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. 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 13 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.
VS Code
Software
- Apr 19, 2026
- Dec 21, 2025
- Oct 4, 2022
- Jul 30, 2021