user4963878
user4963878

Reputation:

IntelliJ CTRL+H shortkey equivalent in MyEclipse

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

Answers (3)

tibtof
tibtof

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

faheem zafar
faheem zafar

Reputation: 55

To see call hierarchy, in eclipse CTRL+ALT+H.

Upvotes: 0

sfrutig
sfrutig

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

Related Questions