I'm using Ideavim in Goland, and I trying to configure the key mapping in .ideavimrc
. I searched the Ideavim ActionList on web, and did not find a command name for "go to interface". Run :action GotoInterface
or :action GotoInterfaces
also shows that no command call this。
Does anyone know that? Thanks in advance!
:action GotoSuperMethod
should do the trick.