6 VS Code Extensions for Laravel Developers
- 2022年2月08日
- 技術情報
Today I would like to share about 6 VS Code extensions for Laravel developers. These extensions are so helpful and reduce wasting time. The followings are extension names and their uses. You can easily search and install by their names in VS Code. Let’s take a look.
1. Laravel Blade Snippets
The Laravel blade snippets extension adds syntax highlight support for Laravel Blade to your VS Code editor.
Some of the main features of this extension are:
- Blade syntax highlight
- Blade snippets
- Emmet works in blade template
- Blade formatting
2. Laravel Snippets
The Laravel Snippets extension adds snippets for the Facades like Request:: , Route:: etc.
3. Laravel Blade Spacer
The Laravel blade spacer extension automatically adds spacing to your blade templating markers like {{ }}.
4. Laravel Extra Intellisense
The Laravel Extra Intellisense extension provides autocompletion for Laravel in VSCode.
The extension comes with auto-completion for:
- Route names and route parameters
- Views and variables
- Configs
- Translations and translation parameters
- Laravel mix function
- Validation rules
- View sections and stacks
- Env
- Route Middlewares
5. Laravel goto Controller
The extension allows you to press Alt + click on the name of the controller in your routes file, and it will navigate you from the route to the respective controller file.
6. Laravel goto View
Similar to the Laravel goto Controller extension, the Laravel goto View VScode extension allows you to go from your Controller or Route to your view by pressing Ctrl or Alt + click.
This is all for now. Hope you enjoy that.
By Asahi
waithaw at 2022年02月08日 10:00:00