I was reading: http://ideavim.sourceforge.net/vim/quickref.html . When my cursor is on a method how do I navigate to its declaration / impelementation (like ctrl-b in normal mode) I tried gd
but it did not do anything.
Go to implementation To navigate to the super method, press Ctrl+U . To navigate to the implementation, press Ctrl+Alt+B .
You can use ⌘B (macOS), or Ctrl+B (Windows/Linux), to navigate to an implementation. If a method has multiple implementations, IntelliJ IDEA will list them, so you can choose the one that you want. If there is only one implementation, IntelliJ IDEA will take you straight to it.
Press Ctrl+F12 or choose Navigate | Implementation(s) from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there.
IdeaVim is a Vim emulation plugin for IntelliJ Platform-based IDEs.
I've noticed that 'gd' seems to go to the declaration.
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