Monday, March 26, 2012

Eclipse Shortcuts


Eclipse Shortcuts
 

Navigational Shortcuts
F10Main menu
Shift F10Context menu
Ctrl F10View menu
  
Workspace navigation
F12Activate editor
Ctrl+Shift+WSwitch editor
Ctrl F6Next editor
Ctrl Shift F6Prev editor
Ctrl F7Next workspace
Ctrl Shift F7Prev workspace
Ctrl F8Next perspective
Ctrl Shift F8Prev perspective
Alt LeftBack
Alt RightForward
  
Files
Alt Shift SShow in…
Ctrl Shift RJump to file
Ctrl NNew file
Ctrl SSave file
Ctrl Shift SSave all files
Ctrl F4Close file
Ctrl Shift F4Close all files
  
Find
Ctrl LGoto line
Ctrl FFind
Ctrl JIncremental find
Ctrl Shift JIncremental find prev
Ctrl KFind next
Ctrl Shift KFind prev
Ctrl HSearch workspace
Ctrl (dot)Navigate next
Ctrl (comma)Navigate prev
  
Java navigation
F3Goto declaration
Ctrl Shift UFind references in file
Ctrl Shift GFind references in workspace
Ctrl GFind declarations in workspace
Ctrl Shift PNavigate to matching bracket/brace
Ctrl TPopup type hierarchy
Ctrl Shift TOpen Type
Ctrl OOutline of current source
Ctrl F3Outline of current cursor position
Ctrl Shift ArrowJump beetween methods up or down
F2Show Javadoc
F4Show hierarchy
Ctrl Alt HOpen call hierarchy
  
  
General editing
Alt ArrowMove line(s) up or down
Alt Shift UpExpand selection to enclosing element
Alt Shift RightExpand selection to next element
Alt Shift LeftExpand selection to previous element
Alt Shift DownRestore previous selection
Ctrl Alt ArrowDuplicate line(s) up or down
Shift EnterInsert line below
Ctrl Shift EnterInsert line above
Ctrl DDelete line
Ctrl Shift QToggle Quick Diff
Ctrl Shift YConvert to lowercase
Ctrl Shift XConvert to uppercase
  
Java editing
Alt Shift URemove occurrence annotations
Ctrl 1Quick fix (works even when there are no errors
Ctrl Shift MAdd import
Ctrl Shift FReformat
Ctrl Shift OOrganize Imports
Ctrl /Comment
Ctrl \UnComment
Ctrl Shift SpaceParameter hints
CtrlHyperlink identifier
Ctrl ICorrect indentation
Shift SpaceIncremental content assist
  
Debugger
F5Step into
F6Step over
F7Run to return
F8Resume
F9Relaunch last
F11Run/debug last
Ctrl F11Run
Ctrl Shift BToggle breakpoint
Ctrl DDisplay
Ctrl QInspect
Ctrl RRun to line
Ctrl URun snippet
  
Refactoring
Alt TRefactoring menu
Ctrl Shift ZUndo refactor
Ctrl Shift YRedo refactor
Alt Shift RRename
Alt Shift VMove
Alt Shift IInline
Alt Shift MExtract method
Alt Shift LExtract local
Alt Shift CChange method signature
  
Misc
F5Refresh
F1Infopop
F2Show resizeable hover

No comments: