vscode-java
vscode-java copied to clipboard
Ctrl + Click is not working VS Code Editor(Java file)
Environment
- Operating System: win 10 x64
- JDK version: 1.8
- Visual Studio Code version: 1.47.3
- Java extension version: 0.9.1
JDK version: 1.8
It requires JDK 11 now. See https://github.com/redhat-developer/vscode-java/issues/1543#issuecomment-663382692
Go to Setting
Search : multiCursor
change to : ctrlCmd
If this is still relevant, below steps worked for me.
- Uninstall java extensions pack
- Change the server launch mode to light weight in settings -
"java.server.launchMode": "LightWeight"
- Re-install the java extensions pack