I've been trying to configure phpmd to work with PhpStorm, but I'm stuck here. Here's the error I have:
PHP Mess Detector
phpmd: Can not correctly run the tool with parameters:
C:/Users/me/AppData/Local/Temp/___18.tmp/folder/myclass.php
xml codesize,controversial,design,naming,unusedcode
Possible tool process hangup after 5 sec.
I am using PhpStorm on Windows. The strange thing is that it seems to run when I do Code > Inspect Code
, just not with live inspection.
Thing is my path isn't this one, my files are located in C:/Users/Code/myapp
.
Can anyone help me with this error?