Jump into interface implementation in Eclipse IDE

后端 未结 11 1105
陌清茗
陌清茗 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条回答
  •  萌比男神i
    2020-12-12 10:19

    There's a big productivity boost if you add an Alt + F3 key binding to the Open Implementation feature, and just use F3 to go to interfaces, and Alt + F3 to go to implementations.

    Open implementation keybinding

提交回复
热议问题