gpt4 book ai didi

Visual Studio 代码中的 PHPCS 设置

转载 作者:行者123 更新时间:2023-12-04 12:42:52 24 4
gpt4 key购买 nike

我想在 VScode 中添加 phpcs CodeSniffer。我收到错误 phpcs: Request workspace/configuration failed with message: Unable to locate phpcs. Please add phpcs to your global path or use composer dependency manager to install it in your project locally.在视觉工作室。我也安装了 PHPCS 和 PEAR。这些代码我也在用户设置和工作区设置中尝试过 "phpcs.composerJsonPath": "C:/wamp/wpcs/composer.json"在 VScode 中。但没有得到我应该在哪里以及如何设置路径?我的路径目录是 C:\wamp\wpcs\phpcs .谁能建议我怎么做?

最佳答案

终于,我得到了答案。首先,我在 VScode 中添加了扩展 phpcs 和 wpcs,然后在用户设置中添加了这些参数,确保 PEAR 和 PHPCS、WPCS 安装在本地目录中。

{
"phpcs.standard": "WordPress",
"phpcs.enable": true,
"php.validate.executablePath": "C:/wamp/bin/php/php5.6.25",
"phpcs.executablePath": "C:/wamp/bin/php/php5.6.25/phpcs.bat",
"phpcs.autoConfigSearch": true
}

设置一切后,现在它工作正常。

关于Visual Studio 代码中的 PHPCS 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52070672/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com