vscode-laravel-pint icon indicating copy to clipboard operation
vscode-laravel-pint copied to clipboard

🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting

Results 11 vscode-laravel-pint issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When command is executed from terminal, it is formatted properly. But when the file is saved, it is not formatted.

bug
help wanted

**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...

bug

**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...

bug
help wanted

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...

enhancement
help wanted

When not in a composer project with pint the status indicator blinks with an error when navigating through files: ![pint-error](https://github.com/open-southeners/vscode-laravel-pint/assets/60601502/dc180f0c-4ee0-433b-800a-46287afa17f2) Error log after navigating files: ![image](https://github.com/open-southeners/vscode-laravel-pint/assets/60601502/cdd32b8b-c59c-415e-8fd8-c082f352b919) I wish I could...

enhancement

**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...

bug

**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...

bug

**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...

bug