Skip to content

Instantly share code, notes, and snippets.

@JoseHdez2
Last active October 23, 2019 11:45
Show Gist options
  • Save JoseHdez2/2e982c8b21e40b4f4c4e383af2c127b8 to your computer and use it in GitHub Desktop.
Save JoseHdez2/2e982c8b21e40b4f4c4e383af2c127b8 to your computer and use it in GitHub Desktop.
Some Eclipse shortcuts
  • Most important:
    • F3 / Ctrl+click: Go to declaration.
    • Ctrl+Alt+H: show all uses (calls) of a method.
    • Alt+Left: previous cursor position.
  • Important:
    • F4: show Type Hierarchy.
    • Ctrl+O: search for method in class (great for navigating big classes).
  • Others:
    • Ctrl+Shift+F: Format selection.
    • Alt+Shift+A: Toggle block-editing mode.
    • Ctrl+M: Toggle editor window maximization.
@JoseHdez2
Copy link
Author

Add some more important ones (method extraction, local variable extraction, maven alt+f5)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment