As of my last update in October 2023, there hasn't been an official release of a Laravel VSCode extension. However, it's always a good idea to keep an eye on the official Laravel blog, the Laravel GitHub repository, or the Laravel Twitter account for any announcements regarding new tools or extensions.
In the meantime, you can use existing VSCode extensions that are popular among Laravel developers, such as:
- Laravel Blade Snippets: Provides Blade syntax highlighting and snippets.
- Laravel Artisan: Allows you to run Artisan commands from within VSCode.
- PHP Intelephense: Offers advanced PHP language features, including support for Laravel.
- Laravel Extra Intellisense: Enhances the IntelliSense for Laravel projects.
To install any of these extensions, you can search for them in the VSCode Extensions Marketplace.
If you're looking for updates on the official extension, consider checking the following resources regularly:
These platforms will likely announce any new releases or updates related to Laravel tools and extensions.