Answer the question
In order to leave comments, you need to log in
How to set up php intellisense for Visual Studio Code?
Good afternoon!
Trying to setup php intellisense in VS Code. It seems that I did everything according to the instructions, but the extension did not work.
Anyone with setup experience please share?
https://github.com/felixfbecker/vscode-php-intelli...
Answer the question
In order to leave comments, you need to log in
In the settings, you must specify the path to the PHP 7.xx executable file and disable the standard PHP IntelliSense. These three lines are enough to configure the plugin:
"php.executablePath": "D:/YandexDisk/OpenServer/modules/php/PHP-7/php.exe",
"php.validate.executablePath": "D:/YandexDisk/OpenServer/modules/php/PHP-7/php.exe",
"php.suggest.basic": false,
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question