junstyle

Results 36 comments of junstyle

> I'm running into the same problem. > > workstation OS: Ubuntu 16.04.07 LTS > vscode version: 1.48.2 > vscode-php-cs-fixer version: v0.1.155 > remote server OS: Ubuntu 20.04.01 LTS >...

if settings like this, (most of people, me too) "executablePath": "php-cs-fixer.bat" can not check the file exist. php-cs-fixer.bat is in system envionment variables **Path** folder.

you can open developer tools to check the args, menu: help -> toggle developer tools last item of the array is filepath, this filepath got from **activeTextEditor.document.uri.fsPath**, no cache

**Symfony\CS\Config** can't find this namespace, maybe **\Symfony\CS\Config\Config**, you should use full path namespace, or by use Symfony\CS\Config\Config, or you can read the php file "**C:\Users\Alex\AppData\Roaming\Composer\vendor\friendsofphp\php-cs-fixer\src\Console\ConfigurationResolver.php**", and know how to referrence...

maybe can't find the config file, try full path: "php-cs-fixer.config": "/Users/me/.vscode/.php-cs-fixer.php",

workspace root directory or .vscode directory

/Users/imac/junstyle.php-cs-fixer-unresponsive.cpuprofile.txt ? please upload this file content

what's the result when run 'php-cs-fixer: fix this file' from the command palette ? or try "editor.formatOnSaveTimeout": 1250 see: https://github.com/junstyle/vscode-php-cs-fixer/issues/85

` Nextcloud\CodingStandard\Config ` ``` "require-dev": { "nextcloud/coding-standard": "^0.5.0", "vimeo/psalm": "^4.0" }, ``` did you have exec `composer require-dev`