Visual Studio Code + php 사용시 오류
PHP IntelliSense 사용시 PHP PATH 오류 PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting 1. php가 설치되어있지 않다면 php를 다운로드받기. 다운로드 받은 디렉토리의 php.exe 파일을 2번처럼 등록 2. File -> Preferences -> Settings 검색창에 php 검색 -> PHP IntelliSense -> PHP:Executable Path -> Edit in settings.json 아래 코드 추가 { 생략... "php.validate.executablePath": "C:\\php7.0.4\\php.exe", "php.exec..