kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
813 stars 135 forks source link

Support go to supermethod #258

Closed CsCherrYY closed 2 years ago

CsCherrYY commented 2 years ago

Since VS Code Java support has supported go to super implementation, see: https://github.com/redhat-developer/vscode-java/pull/1395

This feature is available when Java language server started, so I add a when clause java:serverMode == Standard to avoid missing command bug.