Eclipse Shortcuts

Target Audience: Developers, Frequent Eclipse Users.About: To work and navigate quicker in Eclipse IDE.
CTRL + Backspace : Delete previous element
CTRL + Up / Down : Scroll up / down a line in the editor
Ctrl + O : Go directly to a member (method, variable) of a class file
Ctrl + E : Go to other open editors
Ctrl + Shift + F4 : Close all Opened Editors
Alt + Shift + R : For Rename the file
Alt + Shift + L : Extract to Local Variable
Alt + Shift + M : Extract to Method
F3 : Open Declaration
Alt + Shift + X, J : Run As Java Application
Alt + Shift + D, J : Debug As Java Application
Alt + Shift + W : show the class in the package view.
Ctrl + T : Type hierarchy. Go to a supertype/subtype
Ctrl + Q : Last edit
Alt + Left : Backward History
Alt + Right : Forward History
Ctrl + 1 : Quick Fix
Ctrl + A : Select All
Alt + Shift + S + R : Generate getter and setter methods
Crtl + D : Delete entire line of code
Ctrl + F4 : Close file
Alt + Up Arrow : Move the selected line of code up
Alt + Down Arrow : Move the selected line of code down
Ctrl + H : Search workspace
Ctrl + Shift + Arrow Keys : Jump between methods up/down
Ctrl + Shift + Y/X : Converts to lowercase/uppercase
Ctrl + Shift + U : Show Occurences in File quick menu
Ctrl + Shift + L : Show Key Assist
Ctrl + Shift + G : Find references in workspace
Ctrl + G : Find declarations in workspace
Ctrl + Alt + H : Open call hierarchy
Ctrl + Alt + Up/Down Arrow : Copies and Pastes the current selection Before/After line(s) of selection
Ctrl + Shift + W : Close All Open files in the workspace.