vscode-laravel-pint
vscode-laravel-pint copied to clipboard
🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting
Fix #61
**Describe the bug** When command is executed from terminal, it is formatted properly. But when the file is saved, it is not formatted.
**Describe the bug** When using "Format document using Laravel Pint", "Format Document", or "Format On Save", PHP files are no longer formatted using the extension. Running ./vendor/bin/pint manually works just...
**Describe the bug** The latest extension version is not working with Laravel Sail setting enabled. It seems to be ignored. **To Reproduce** Steps to reproduce the behavior: 1. Install Laravel...
I'm using WSL2 and not PHP installed in my WSL2. And I run my Laravel project with a custom PHP docker container. I'm not using Laravel Sail for that. Is...
When not in a composer project with pint the status indicator blinks with an error when navigating through files:  Error log after navigating files:  I wish I could...
**Context** I'm trying to move from my `php-cs-fixer` setup to Pint, so I need IDE support and I naturally found this extension. **Describe the bug** Saving using the formatter takes...
**Describe the bug** Command `laravel-pint.format` not found **To Reproduce** Steps to reproduce the behavior: 1. Open a file 2. CTRL+SHIFT+P 3. Select `Format Document using Laravel Pint` **Expected behavior** File...
Closes #34 #32
**Describe the bug** Hi! The extension works really great on Laravel projects. However, it's also enabled for other NodeJS projects and so I'm getting this error in the Output window...