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

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

    For Mac users who come here, this is the shortcut for IntelliJ 14.1.4:

    +H by default.

    0 讨论(0)
  • 2020-12-07 15:03

    I don't know about prior versions, but in IntelliJ version 13 you can go into your Keymap preferences, search for "Implementations", and bind that to Ctrl+T. It will work very much like the Eclipse equivalent.

    0 讨论(0)
  • 2020-12-07 15:05

    In IntelliJ IDEA 12, it's Navigate > Type Hierarchy (Ctrl+H by default).

    0 讨论(0)
提交回复
热议问题