Reputation:
I used IntelliJ
idea for development before.
Now I emigration to MyEclipse
environement.
In IntelliJ
idea I used CTRL+H
shortkey for this class hierarchy.
My question is : Is there equivalent for CTRL+H
in MyEclipse
?
Upvotes: 1
Views: 432
Reputation: 7967
To see type hierarchy in a toolbox you can use Ctrl+T, or F4 if you want to open Type Hierarchy View.
Upvotes: 1
Reputation: 287
The shortcut for class hierarchy in eclipse is F4. In eclipse it is called type hierarchy.
With Ctrl+Shift+L you can also browse through your currently defined shortcuts.
Upvotes: 0