Search code examples
intellij-ideaideavim

ideavim how to navigate to declaration / implementation of a method?


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.


Solution

  • I've noticed that 'gd' seems to go to the declaration.