vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Ctrl + Click is not working VS Code Editor(Java file)

Open softboy99 opened this issue 4 years ago • 2 comments

Environment

  • Operating System: win 10 x64
  • JDK version: 1.8
  • Visual Studio Code version: 1.47.3
  • Java extension version: 0.9.1

softboy99 avatar Aug 03 '20 09:08 softboy99

JDK version: 1.8

It requires JDK 11 now. See https://github.com/redhat-developer/vscode-java/issues/1543#issuecomment-663382692

Eskibear avatar Aug 04 '20 06:08 Eskibear

Go to Setting

Search : multiCursor

change to : ctrlCmd

meeowwwww avatar Aug 16 '22 06:08 meeowwwww

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

bitsnacker avatar Apr 20 '23 17:04 bitsnacker