오류
atom-autocomplete-PHP -incorrect setup!
either PHP or composer is not correctly set up and as a result PHP autocompletion will not work. please visit the settings screen to correct this error. if you are not specifying an absolute path for PHP or composer, make sure they are in your path. feel free to look package's readme for configuration examples
PHP could not be spawned. is it installed and on your path? if so please open an issue on the package spawning the process
해결
bitnami를 이용해서 WAMP를 깔았다면
그의 경로를 setting에 들어가서 적어주면 된다.
1. ide-php의 경우
여기의 settings에 들어간다.
보는바와 같이 이렇게 php.exe가 있는 경로를 적어준다.
bitnami의 경로 안에 있는 것이 보일 것이다.
2. atom-autocomplete-php의 경우
이 settings를 들어가서
이 2경로를 변경해주면 된다.
위에 command to use composer는 composer.phar의 경로,
command php는 php.exe의 경로이다.
0 댓글