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

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

    In terms of behavior the equivalent of Eclipse Ctrl+T in IntelliJ IDEA is Ctrl+Alt+B

提交回复
热议问题