Skip to content

A collection of extensions for Laravel development in Visual Studio Code

License

Notifications You must be signed in to change notification settings

onecentlin/laravel-extension-pack-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Extension Pack for Visual Studio Code

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

Laravel Extensions

Extension Objective
Laravel Blade Snippets Laravel blade snippets and syntax highlight support
Laravel Snippets Laravel snippets
Laravel Artisan Laravel Artisan
Laravel Extra Intellisense Laravel intellisense enhancement
Laravel goto view Laravel blade view easy targeting
laravel-jump-controller Laravel controller easy navigating from route file
laravel-goto-components Navigating to blade component file
Laravel Blade formatter Blade formatter
Laravel Create View Create laravel view using dot notation
Laravel Blade Wrapper An extension to wrap Blade directives
DotENV .env syntax highlighting
DevDb Zero-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

Extension Objective
EditorConfig for VS Code EditorConfig 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.

About

A collection of extensions for Laravel development in Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published