F3 : Go to the declaration / definition of method / variable
Cmd + [ : Go back
Cmd + ] : Go Forward
Cmd + 1 : Quick Fix
Cmd + T : Shows Class Hierarchy
Cmd + Shift + o : Fix Missing Imports
Cmd + / : Comment / Uncomment code
Cmd + Shift + / : Comment/ Uncomment with block comment
Cmd + L : Go to Line
Cmd + Shift + F : Auto Formatting
Cmd + D : Delete Line
Ctrl + Q : Go to To Last Edited Place
Cmd + Shift + G : Search the Workspace for references to the selected method or variable
Cmd + Shift + R: Open any file quickly without browsing for it in the Package Explorer:
Cmd + Shift + T: Open a type (e.g.: a class, an interface) . Unlike the previous shortcut, this even works when you don’t have the Java source file in your workspace
Cmd+Shift + P : Find Closing Brace.
Fn + Option + Del : Delete next word
Option + Del : Delete previous word
Shift + Fn + Cmd + Del : Delete to the end of the line
Shift + Cmd + Del: Delete to the start of the line
Shift + Cmd + L : List all Eclipse Keyboard Shortcuts
Cmd + K : Find Next
Shift + Cmd + K : Find previous
Cmd + Enter : Insert line above
Shift + Cmd + Enter : Insert a line below
Alt + Shift + R : Renames variables / methods / classes, renaming the class files if necessary. Also fixes all references