I'm trying to configure PhpStorm 2019.3, my system is Linux Mint.
When I trying to set paths for utilities Mess Detector (phpmd), Code Sniffer (phpcs) and Mercurial (hg), PhpStorm is saying:
error=2, no such file or directory.
Problem is that PhpStorm doesn't see these files, but see system files.
Utils are installed and placed in /usr/bin
~$ which phpmd
/usr/bin/phpmd
~$ which phpcs
/usr/bin/phpcs
~$ which hg
/usr/bin/hg
Why can that be?