Home

Awesome

Laravel Extension Pack for Visual Studio Code

Includes the basic extensions to get started with Laravel development in Visual Studio Code.

Laravel Extensions

ExtensionObjective
Laravel Blade SnippetsLaravel blade snippets and syntax highlight support
Laravel SnippetsLaravel snippets
Laravel ArtisanLaravel Artisan
Laravel Extra IntellisenseLaravel intellisense enhancement
Laravel goto viewLaravel blade view easy targeting
laravel-jump-controllerLaravel controller easy navigating from route file
laravel-goto-componentsNavigating to blade component file
Laravel Blade formatterBlade formatter
Laravel Create ViewCreate laravel view using dot notation
Laravel Blade WrapperAn extension to wrap Blade directives
DotENV.env syntax highlighting
DevDbZero-config extension that auto-loads your database and displays the data right inside the IDE

Blade formatter settings

Open File -> Preferences -> Settings

Using Laravel Blade Snippet and enable blade formatter

"blade.format.enable": true,
"[blade]": {
    "editor.autoClosingBrackets": "always",
    "editor.defaultFormatter": "onecentlin.laravel-blade",
},

Alternative: Using Laravel Blade formatter as blade formatter

"bladeFormatter.format.enabled": true,
"[blade]": {
    "editor.defaultFormatter": "shufo.vscode-blade-formatter",
},

Collaboration

ExtensionObjective
EditorConfig for VS CodeEditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

PHP Development

Recommended extension: PHP Productive Pack

Contact

Please file any issues or have a suggestion please tweet me @onecentlin.