How to show all parents and subclasses of a class

2019-01-21 08:49发布

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 subclasses. What is the equivalent in IntelliJ?

Example:

Use|r user = new User();

The pipe is my cursor.

13条回答
在下西门庆
2楼-- · 2019-01-21 09:19

Not an IntelliJ IDEA user, but this blog post seems to indicate that in version 8.1.1 and beyond Ctrl+Alt+U will display the "Quick Class Hierarchy".

查看更多
登录 后发表回答