Eclipse Cheat Sheet
Eclipse Cheat Sheet
Quick Access
Class navigation and search
Ctrl + 3 - Quick Access allows to trigger everything
Ctrl + Shift + G - Find references in the workspace
Navigation Ctrl + Alt + H - Call hierarchy of the current method
Ctrl + K - Move to the next selected item
Ctrl + Shift + R - Search dialog for resources F3 - Go into selected class or element
Ctrl + Shift + T - Search dialog for Java Types Ctrl + J - Inline search in the current editor
Alt + ← - Go to previous opened editor Ctrl + H - Open Search dialog
Alt + → - Similar to Alt + ← but opens the next editor
Ctrl + Q - Go to last edited position in editor More on editing