安裝插件,php intellisense

安裝后還要配置一下PHP的運行路徑
-
打開擴展
- 輸入 PHP IntelliSense
- 安裝
- 文件 - 首選項 - 設置 - 擴展 - PHP IntelliSense - 在 settings.json 中編輯
- 配置項中加入 php 可執行文件路徑
"php.executablePath":"D:/Work/XAMPP/php/php.exe"
- 重新啟動 VSCode
