Four Laravel extension features cut development time in VS Code 1.7

Laravel Daily////2 min read

The workflow for Laravel developers just became significantly more streamlined. With the release of version 1.7 of the official VS Code extension, several high-friction tasks have been replaced by native, intuitive commands. This update focuses on reducing the mental context-switching required when moving between route files, controllers, and the terminal.

Navigate instantly with Go to Route

Searching through a sprawling routes/web.php file is a relic of the past. The new Go to Route command allows you to jump directly to the logic that matters. By triggering the command and typing the route name, the extension bypasses the route definition entirely and opens the specific controller action responsible for the request. It turns a multi-step search into a single, fluid motion, keeping your hands on the keyboard and your focus on the logic.

Pest syntax gets a major intelligence boost

Testing in Pest is already known for its elegance, but version 1.7 adds a layer of IDE intelligence that makes it even faster. The extension now deeply understands the Pest syntax, offering robust auto-completion for common testing patterns. When you start typing a method like postJson, the editor proactively suggests parameters and structure, effectively eliminating the need to double-check documentation for standard assertion signatures.

Four Laravel extension features cut development time in VS Code 1.7
4 NEW Features in Laravel VS Code Extension v1.7 #laravel

Run Artisan commands without leaving the editor

The terminal is a developer's home, but constant switching can break your flow. You can now launch PHP Artisan commands directly from the VS Code command palette. Whether you need to run a migration or create a new controller, the extension handles the execution in the background. It even supports flags and keys, allowing for complex command execution without ever touching the mouse.

Native support for PHP attributes and Filament

As Laravel evolves, so does its reliance on PHP Attributes. This update brings enhanced support for Filament and Laravel attributes, such as hidden columns or authorization rules. By typing a simple hash, you trigger specialized suggestions that understand your database schema and model context. This isn't generic AI; it's specialized, context-aware indexing that feels lightning-fast.

Topic DensityMention share of the most discussed topics · 10 mentions across 6 distinct topics
Laravel
30%· software
Pest
20%· software
VS Code
20%· software
Filament
10%· software
PHP Artisan
10%· software
PHP Attributes
10%· programming language
End of Article
Source video
Four Laravel extension features cut development time in VS Code 1.7

4 NEW Features in Laravel VS Code Extension v1.7 #laravel

Watch

Laravel Daily // 1:38

Tutorials, and demo projects with Laravel framework. Host: Povilas Korop

Who and what they mention most
Laravel
41.4%24
Filament
19.0%11
PHP
13.8%8
LiveWire
13.8%8
Composer
12.1%7
2 min read0%
2 min read