Eclipse Ctrl + T in IntelliJ IDEA

CTRL + H is IDEA equivalent of Eclipse show class hierarchy. Clicks on a class and press CTRL + H, it will display the subtypes hierarchy of the class.

show-class-hierarchy-idea

1. Windows or & *nix = CTRL + H
2. Mac OSX Control + H

References

  1. Show class hierarchy in Eclipse IDE

mkyong

Founder of Mkyong.com, passionate Java and open-source technologies. If you enjoy my tutorials, consider making a donation to these charities.

2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
DucQuoc.wordpress.com
7 years ago

Well, actually they are not Identical.

The actual “action” is “Choose Implementation” , and it’s not binded yet (for “Eclipse on Mac OSX”).
I would recommend to bind it to Command+T , to be similar to Ctrl+T on Windows/Linux.

(besides, the Command+H on my Macbook maps to some shortcut keys of the OS, it switches to next Window (similar to Alt+Tab, but just forwards)

Balazs
7 years ago

Actually, they are not identical.
The IntelliJ CTRL-H opens a dialogue which doesn’t disappear after I selected an implementation, even after pressing ESC. I have to use the mouse to make it disappear, just what I wanted to avoid.
The Eclipse implementation is better when working only with the keyboard.