Friday, February 3, 2012

EclipseIDE shortcuts to work more quickly

find the following links
.................................
http://rayfd.wordpress.com/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/

Eclipse Default Key bindings
ActionKey sequence
SaveCtrl-s
Save AllCtrl-Shift-S
Display the New DialogCtrl-n
Format CodeCtrl-Shift-F
Organize ImportsCtrl-Shift-o
Display JavadocShift-F2
Popup OutlineCtrl-o
Content AssistCtrl-space
Show matching braceCtrl-Shift-p
Show sourceF3
ShortcutAction
Alt+Left Alt+RightNavigate in the editor history.
Ctrl+Shift+PGo to matching bracket.
Ctrl+Shift+Up Ctrl+Shift+DownGo to previous/next member.
Ctrl+LGo to a given line in the editor.
Ctrl+SSave current editor and build.
Ctrl+, Ctrl+.Go to previous/next result/error.
Ctrl+Alt+HOpen call hierarchy on a method.
Alt+Up Alt+DownMove current selection up or down.
Ctrl+ESwitch to another editor.
F3 F4Open declaration or type hierarchy.
Ctrl+T Ctrl+F3Pop-up type hierarchy or structure.
Ctrl+Shift+TOpen a type declaration.
Ctrl+SpaceContent Assist.
Alt+Shift+MExtract selection into method.
Alt+Shift+RRename currently selected element.
Ctrl+F Ctrl+I Ctrl+KFind, incremental find, find again.
Ctrl+HOpen search dialog.
Ctrl+Shift+/ Ctrl+Shift+\Comment/uncomment selection.
Ctrl+MMaximize/minimize current editor.
Ctrl+Shift+M Ctrl+Shift+OAdd/organize imports.
F11 Ctrl+F11Debug/run most recent launch.

No comments:

Post a Comment