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
823 stars 137 forks source link

No code actions for 'source.overrideMethods' available #266

Closed ikudosi closed 2 years ago

ikudosi commented 2 years ago

Hello,

I am coming from Phpstorm and am trying to switch to VSCode. I even bought the premium version of the Intelephense extension and when I am trying to override method from an extended class with ctrl + o (as I would be in Phpstorm), I get a No code actions for 'source.overrideMethods available'. I am not sure if I need another extension to make this feature work or I am missing something? The same thing occurs when I try to implement interface methods with ctrl + i.

kasecato commented 2 years ago

@ikudosi I missed that the keybind for Java only. I fixed it only fire in Java.