vscode-php-cs-fixer
vscode-php-cs-fixer copied to clipboard
PHP CS Fixer extension for VS Code
Im using vscode insiders on windows 10 and if I use version 0.1.143 everything works ok, but if I update to any newer version I get that error. Do I...
Good day! Thank you for great extension! The problem: I get different results for formatting. Maybe extension does not pay attention to rulesets in the provided config file ? For...
I'm just getting started with PHP CS Fixer and this extension - thanks for all your efforts on it @junstyle! I'm having a strange problem. I'm on Windows 10 with...
Hey On Windows, I don't seem to be able to get this to work on a multi-folder workspace, unless I use the absolute path, but then it's not guaranteed to...
I use this extension in a remote ssh environment. I encounter a bug when fixing on save since the 0.3.5 version. ``` [2022-09-09 10:35:48.861] [exthost] [error] [junstyle.php-cs-fixer] provider FAILED [2022-09-09...
VScode has this formatting feature, where it only formats changed lines of code instead of the whole file. Can we add support for this
As the title says, it correctly formats HTML but not PHP, if I format badly the structure of a PHP code does not correct it and leaves it as it...
Looks like fix on save does not respect the finder object. I've created a finder with `in('/foo/bar')`, created a file `/baz.php` and it gets auto fixed on save, but it...
Hi, after updating php to 5.6.40 and changing the install directory of it this plugin doesn't work anymore (even though new php.exe is in my PATH, same as old version)....
When creating a file `Testclass.php` and then renaming it to `TestClass.php`, the extension will rename the class back to `Testclass`.  When running `php php-cs-fixer.phar fix TestClass.php` it...