Search code examples
phpvisual-studio-code

VSCode Ctrl + Click


I have an issue with VSCode IDE.

Language used: PHP 5.6

IDE Version: 1.19.2

OS: Ubuntu

I cannot use Ctrl + Click to go to the function definition.

I have tried setting "editor.multiCursorModifier": "alt" in the settings but that does not help.

Anyone familiar with this issue? Please help.


Solution

  • Make sure you have "PHP IntelliSense" Extension and "php.executablePath" set to PHP bin file.

    p.s. VSCode is not IDE, it is only code editor and support for PHP is poor.