vscode-php-cs-fixer icon indicating copy to clipboard operation
vscode-php-cs-fixer copied to clipboard

PHP CS Fixer extension for VS Code

Results 37 vscode-php-cs-fixer issues
Sort by recently updated
recently updated
newest added

I'm using **VSCode** with **PHP CS Fixer** `v3.1.0`, but rules don't seem to be applied. When I comment/uncomment `setIndent("\t")`, this setting is automatically applied and can be tested, but all...

Hi, the extension is not running if you are using a PHP Version > 7.3. PHP 7.4 is out now for almost exactly one year, and if you are using...

When I work with two tabs with class names like: MyClass and MyClassTest sometime it replace one name by another at class defenition my settings: ``` { "php.suggest.basic": false, "editor.quickSuggestions":...

Is it possible to make this extension only run if there's a config in the workspace? For example, if I'm contributing to a project that doesn't have one, whenever I...

I use this Plugin in Version v0.1.158 with the integrated php-cs-fixer.phar on Windows with this PHP version: > PHP 8.0.3 (cli) (built: Mar 2 2021 23:34:05) ( ZTS Visual C++...

@entepe85 has published this extension in the [Open VSX Registry](https://open-vsx.org/extension/junstyle/php-cs-fixer). The service was recently transferred to the Eclipse Foundation and we want to ensure a seamless transition for our users....

I am connecting to a remote host running CentOS 7, with PHP installed. I connect using Microsoft's remote SSH plugin and install the PHP CS fixer plugin locally using the...

- Issue Type: `Performance` - Extension Name: `php-cs-fixer` - Extension Version: `0.1.93` - OS Version: `Darwin x64 16.0.0` - VSCode version: `1.30.1` :warning: Make sure to **attach** this file from...

I'm trying to run this on windows 10 home with vs code. I can run php-cs-fixer from command line ``` php-cs-fixer fix .\Controller.php ``` And it works fine. But in...

**Add a feature**: `php-cs-fixer.executablePath` in the config could be a **path list string** with separator **`;`**, just like `php-cs-fixer.config`. For example, if `php-cs-fixer.executablePath` or `php-cs-fixer.executablePathWindows` is set to **`"${workspaceRoot}\\vendor\\bin\\php-cs-fixer.bat;D:\\.global\\vendor\\bin\\php-cs-fixer.bat;${extensionPath}\\php-cs-fixer.phar"`**, then......