VS Code Extensions for Moox. A perfect fit for devs using the TALL-Stack - TailwindCSS, AlpineJS, Laravel and Livewire. Includes the most useful PHP Extensions, Laravel Pint, PHPStan and selected helpers and linters for all-things Laravel including Markdown.
View and install on VS Marketplace
Add these lines to your settings.json for code completion and emmet abbreviation:
{
"emmet.syntaxProfiles": {
"blade": "html"
},
"emmet.includeLanguages": {
"blade": "html"
},
"[blade]": {
"editor.autoClosingBrackets": "always"
},
"tailwindCSS.emmetCompletions": true,
"emmet.triggerExpansionOnTab": true,
"blade.format.enable": true,
"editor.formatOnSave": true
}
These recommended Visual Studio Code Extensions are not in this package. Install them manually, if you want.
Removed in 1.0.7, replaced by Intelephense
phpfmt - PHP formatter kokororin.vscode-phpfmt
PHP Symbols linyang95.php-symbols
Removed in 1.0.7, not PHP 8 compatible
Removed in 1.0.7, replaced by PHPStan
Removed in 1.0.6, deprecated, not replaced by Live Preview
Use Docker and Laravel Sail
Just for fiddling some code without starting Laravel Sail:
If you're using MySQL and don't want to leave VS Code:
If you're working on Windows with WSL2 or SSH:
If your run with Apache
Do you have any suggestion? Use the following template to create a new entry in this README and make a PR.
- [name](url) <sub><sup>slug</sup></sub>