You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrates Laravel Pint into your VSCode projects for automatic code formatting.
Getting started
Install the extension (it will automatically enable only for PHP files when the extension is enabled)
Run the following command in a terminal or console at your project's path:
composer require laravel/pint --dev
Finally, save any file and it will format it for you (remember to set up). Or press Ctrl + Shift + P on Windows/Linux (Cmd + Shift + P on Mac OS) and type "Format document using Laravel Pint" this will format the current opened file.
Features
pint.json autocompletion and validation
Formatter for PHP files that uses Laravel Pint locally, globally or within Docker (using Laravel Sail)
Format workspace files command to format all current active workspace PHP files
Partners
License
Logo (icon) is property of Laravel Team or Laravel Pint project.
This project is open-sourced software licensed under the MIT license.
About
🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting