Jump into interface implementation in Eclipse IDE

后端 未结 11 1113
陌清茗
陌清茗 2020-12-12 09:37

You know how in Eclipse, pressing F3 over a method will take you to its declaration? Well I have a method that is part of an interface; clicking F3 ove

11条回答
  •  半阙折子戏
    2020-12-12 10:22

    See In eclipse, ctrl-click goes to the declaration of the method I clicked. For interfaces with one implementation, how can I just directly to that implementation? for some alternative solutions.

    • Anyway, I think you might be looking for something like this:

    http://eclipse-tools.sourceforge.net/implementors/

提交回复
热议问题