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

前端 未结 15 2014
没有蜡笔的小新
没有蜡笔的小新 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:49

    There is a hierarchy view as in Eclipse, have a look at the menu View / Tool Windows / Hierarchy or press Alt-8 or F4.

提交回复
热议问题