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.
To launch the Define Keybinding widget, press Ctrl+K Ctrl+K. The widget listens for key presses and renders the serialized JSON representation in the text box and below it, the keys that VS Code has detected under your current keyboard layout.
1. Ctrl+Shift+P, F1 ⮕ Show Command Palette. This shortcut opens the command palette in the vs-code, where we can search for the other commands.
You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.) in JavaScript).
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.
Remove these settings from setting.json
"editor.multiCursorModifier": "ctrlCmd" & "editor.multiCursorModifier": "alt"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With