IntelliJ IDEA jump from interface to implementing class in Java

前端 未结 6 963
青春惊慌失措
青春惊慌失措 2020-12-12 11:54

Is there some shortcut that would allow me after creating method in an interface, select and jump to implementing class of that interface?

6条回答
  •  無奈伤痛
    2020-12-12 12:53

    In addition to Ctrl + Alt + B mentioned above, you can also use the mouse: Ctrl + Alt + LeftMouseButton to jump directly to implementations.

提交回复
热议问题