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

Jas picture Jas · Jan 5, 2014 · Viewed 10.6k times · Source

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.

Answer

Henry Crutcher picture Henry Crutcher · Dec 17, 2014

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