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

### Machine OS Ubuntu 20.04.2 `php -v` -> php5.6 has php7.2 installed, binary on `php7.2` ### Project `friendsofphp/php-cs-fixer` on composer.json v3.0.0 ### Editor extension v0.2.5 `php-cs-fixer.executablePath` set to `${workspaceFolder}/vendor/bin/php-cs-fixer` ###...

If the extension finds an undefined function anywhere in the code, it crashes. A formatting extension should still be able to format the callsite without crashing. ``` [ "fix", "--using-cache=no",...

I have installed the PHP CS Fixer plugin in WSL, but it can not find the php-cs-fixer.phar file. The following rules were added to both my WSL and my Windows...

Type: Bug I can't remember all of the affected places but I can reproduce this issue on an if block in php ``` class example { public function t() {...

As discussed at https://stackoverflow.com/questions/77242055/vscode-removes-indentation-when-typing-close-brace-in-files-considered-php When I type a closing brace in an indented block of code, the code is unindented to zero. Disabling this extension fixes the problem. See the...

Hi, I love the extension and it works wonderfully. I have a weird issue that started to happen at some point. When I copy-paste any piece of code the `header_comment`...

I installed `php-cs-fixer` locally and added some extensions. This extension reads the config file, sees the extensions and throws because it can't import them. This happens because it's not using...

We would like to format the inline HTML with prettier + support for prettierrc and editorconfig. Is this something you would consider implementing? This would give it a more robust...

Environment: VSCode: 1.78.0 Setting: "editor.formatOnPaste": true "editor.formatOnType": true, Issue: When I paste some code, `declare(strict_types=1);` is added to the line before the code.

Hi, this is my VS code setting, and **format on save** is not working! ``` { "editor.accessibilityPageSize": 12, "editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",./?", "editor.fontSize": 16, "todo-tree.tree.showScanModeButton": false, "editor.rulers": [ 120 ], "files.autoSave": "afterDelay",...