我的配置/重现错误的步骤:
- 已安装 Visual Studio Code 版本 1.22.1
- 通过以下方式在全球范围内安装 PHP CS Fixer:
composer global require friendsofphp/php-cs-fixer
- 添加环境变量:
C:\Users\khalil\AppData\Roaming\Composer\vendor\bin\php-cs-fixer
- 验证运行以下命令(php-cs-fixer)。
Output: Version: PHP CS Fixer 2.11.1 Grey Devil by Fabien Potencier and Dariusz Ruminski
- vs-code的安装扩展:php cs fixer
仍然收到错误:
PHP CS Fixer: spawn php-cs-fixer ENOENT. executablePath not found
注意:我使用的是 Windows 10 64 位