Four Laravel extension features cut development time in VS Code 1.7

Laravel Daily////2 min read

The workflow for developers just became significantly more streamlined. With the release of version 1.7 of the official 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 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 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 commands directly from the 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 evolves, so does its reliance on . This update brings enhanced support for and 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.

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

2 min read0%
2 min read