mooxphp / vscode

VS Code Extensions for TallUI and the Tall-Stack: PHP, Laravel, Livewire, Tailwind and AlpineJS

Home Page:https://marketplace.visualstudio.com/items?itemName=adrolli.tallui-laravel-livewire-tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Moox Logo

VScode Extensions

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

PHP

Laravel

AlpineJS

Laravel Livewire

TailwindCSS

Productivity

Code Quality

VSCode Settings

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
}

Recommendations

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

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

  • Docker ms-azuretools.vscode-docker

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

Suggestions

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>

Other interesting packages