Search code examples
javaintellij-ideamyeclipse

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?


Solution

  • 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.