0

我正在尝试配置 PhpStorm 2019.3,我的系统是 Linux Mint。

当我尝试为实用程序 Mess Detector (phpmd)、Code Sniffer (phpcs) 和 Mercurial (hg) 设置路径时,PhpStorm 说:

错误=2,没有这样的文件或目录。

问题是 PhpStorm 没有看到这些文件,但看到了系统文件。

实用程序已安装并放置在/usr/bin

~$ which phpmd
    /usr/bin/phpmd
~$ which phpcs
    /usr/bin/phpcs
~$ which hg
   /usr/bin/hg

为什么会这样?

4

1 回答 1

0

Problem solved by removing phpstorm installed from Program manager and installing directly from official site.

于 2019-12-13T13:11:04.597 回答