Recommended VS Code Setup
Below is a list of recommended plugins to use while developing Vegan Hacktivists projects.
Crucial
- EditorConfig for VS Code - This adds EditorConfig support to VS Code to set up project-specific rules for indentation and other things.
- ESLint - Integrates ESLint functionality to VS Code for real-time warnings/errors about your code.
- Laravel Pint - Integrates Laravel Pint into VS Code to format your PHP code appropriately.
- laravel-blade - Adds syntax highlighting for Blade template files.
- Prettier - Code formatter - Automatically formats code according to the project's Prettier configuration file.
Highly Recommended
-
DotENV - Syntax highlighting/autocomplete for
.envfiles. - Laravel Extra Intellisense - Adds Laravel-specific Intellisense functionality for a much better autocomplete experience (routes, config options, environment variables, etc.).
- PHP Intelephense - Similar to the above, but for PHP codeĀ in general.
Nice to Have
-
Laravel Blade Spacer - Adds automatic spacing for Blade template markers (e.g.
{{ }}).
No Comments