How to show all parents and subclasses of a class in IntelliJ IDEA?

前端 未结 15 2013
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 14:35

When I\'m editing a Java class in Eclipse, when my cursor is over a class variable, I can do Ctrl+T to have a popup that shows all its parents and subc

15条回答
  •  一向
    一向 (楼主)
    2020-12-07 14:50

    Ctrl+U - go to base class

    Ctrl+Alt+B - got to implementation. Type parts of class name to narrow down the list

    Ctrl+H - open type hierarchy tool window

    Ctrl+Alt+U - peek class/interface inheritance hierarchy

提交回复
热议问题