我是 PHP 中 PEAR 的新手,我想安装 PHP CodeSniffer 和 PHP MessDetector。我使用 PHP Storm 作为我的编辑器。
我的XAMPP安装目录是D即
D:\xampp\
我已经下载了 CodeSniffer 和 Mess Detector 并在以下位置手动安装(复制文件和文件夹)
D:\xampp\php\PEAR\PHP\
我需要知道的是
1) Is the file location correct to install PEAR Packages ?
2) How can I set custom ruleset for Code Sniffer and Mess Detector in PHP Storm ?
完成后,我需要安装 Magento-ECG / Coding-Standard - https://github.com/magento-ecg/coding-standard
谢谢。
是的,该位置对于 PEAR 包应该可以正常工作,但请确保在 include_path 下的 php.ini 文件中正确配置 PEAR 路径,以获得正确的功能。
在 PHPStorm 中设置自定义规则集: 转到文件 > 设置 > 编辑器 > 检查。 在列表中找到并启用 PHP CodeSniffer 和 PHP MessDetector,然后在每个工具的配置下设置规则集文件。
对于 Magento ECG 标准,克隆存储库并将 PHPStorm 中的规则集路径指向克隆目录中的ruleset.xml 文件。