PHP/LARAVEL & JS PACK
Before installing this pack, follow the next steps
Open extension search or CTRL + SHIFT + P > Extensions: Install Extensions
Search for @builtin php and disable PHP Language Features
Open your settings as Json: CTRL + SHIFT + P > Preferences: Open Settings (json) and paste the following configs
"files.associations": {
"*.module": "php"
},
"blade.format.enable": true,
"intelephense.diagnostics.undefinedTypes": false,
"[php]": {
"editor.formatOnSave": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.tabSize": 4,
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"[blade]": {
"editor.autoClosingBrackets": "always",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.tabSize": 4,
"editor.defaultFormatter": "onecentlin.laravel-blade"
},
- Install this pack
This pack includes:
- phpfmt - PHP formatter
- PHP Intelephense
- PHP INtelliSense
- PHP Debug
- PHP DocBlocker
- Format HTML in PHP
- Laravel Bldade Snippets
- Laravel Extra Intellisense
- Laravel goto view
- Laravel Blade formatter
- Laravel Artisan
- Beautify css/sass/scss/less
- SCSS Everywhere
- IntelliSense for CSS class names in HTML
- Better Comments
- Prettier - Code formatter
- ESLint
- EditorConfig for VS Code
| |