Monday, March 18, 2013

Eclipse shortcuts

   
Ctrl+Shift+O organize imports
Ctrl+Shift+M Add imports
Ctrl+Alt+H Show call hierarchy
Ctrl+T Show type hierarchy
Ctrl+1 quick fix
Alt+Shift+J Add comments
Ctrl+I correct indentation
Ctrl+Shift+Space show parameter hints
   
Ctrl+D delete a line
Ctrl+Shift+Delete Delete to the end of line
Alt+Up/Down move current line
Ctrl+Q jump to last-edit place
Alt+/ auto-completion
Ctrl+Alt+J Join lines
Shift+Alt+Up Select Enclosing Element
Shift+Alt+Left Select Previous Element
Shift+Alt+Right Select Next Element
   
Ctrl+O open outline dialog
Ctrl+Shift+R open resource dialog
Ctrl+E show opened files
Ctrl+Shift+E open a dialog showing opened files
   
Ctrl+Shift+P jump to matching parenthesis