Skip to content

Instantly share code, notes, and snippets.

@aamsur
Last active June 26, 2019 07:13
Show Gist options
  • Save aamsur/a69861c0e0e217325233e41678a68c98 to your computer and use it in GitHub Desktop.
Save aamsur/a69861c0e0e217325233e41678a68c98 to your computer and use it in GitHub Desktop.
VSCode must have extentions
Visual Studio Code:
opensource, with many updates, and package for almost anything, in laravel development I use this plugins:
Laravel 5 Snippets.
Blade Snippets.
Blade Spacer.
PHP DOCBlocker.
Laravel Artisans. (execute commands by the command pallete).
terminal (to get a button to open the terminal from VS code).
DOTEnv (to get color scheme and linter of dotenv files).
Laravel Helpers (autocomplete for routes, phpunit methods, middelwares...).
Laravel goto View (click and open view file).
Laravel Model Snippets.
PHP DocBlocker.
PHP Intelephense.
PHP IntelliSense.
Spacegray VSCode (if you came from PHPSTORM it helps).
Vue VS Code Extensions (collection of packages for vue if you work with Laravel it´s possible to work with vue)
PHP Namespace Resolver (auto import namespace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment