golandideavim

What‘s the action command name of Goland "go to interface" in ideavim


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!

enter image description here


Solution

  • :action GotoSuperMethod should do the trick.