find the following links
.................................
http://rayfd.wordpress.com/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/
.................................
http://rayfd.wordpress.com/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/
Action | Key sequence |
---|---|
Save | Ctrl-s |
Save All | Ctrl-Shift-S |
Display the New Dialog | Ctrl-n |
Format Code | Ctrl-Shift-F |
Organize Imports | Ctrl-Shift-o |
Display Javadoc | Shift-F2 |
Popup Outline | Ctrl-o |
Content Assist | Ctrl-space |
Show matching brace | Ctrl-Shift-p |
Show source | F3 |
Shortcut | Action |
Alt+Left Alt+Right | Navigate in the editor history. |
Ctrl+Shift+P | Go to matching bracket. |
Ctrl+Shift+Up Ctrl+Shift+Down | Go to previous/next member. |
Ctrl+L | Go to a given line in the editor. |
Ctrl+S | Save current editor and build. |
Ctrl+, Ctrl+. | Go to previous/next result/error. |
Ctrl+Alt+H | Open call hierarchy on a method. |
Alt+Up Alt+Down | Move current selection up or down. |
Ctrl+E | Switch to another editor. |
F3 F4 | Open declaration or type hierarchy. |
Ctrl+T Ctrl+F3 | Pop-up type hierarchy or structure. |
Ctrl+Shift+T | Open a type declaration. |
Ctrl+Space | Content Assist. |
Alt+Shift+M | Extract selection into method. |
Alt+Shift+R | Rename currently selected element. |
Ctrl+F Ctrl+I Ctrl+K | Find, incremental find, find again. |
Ctrl+H | Open search dialog. |
Ctrl+Shift+/ Ctrl+Shift+\ | Comment/uncomment selection. |
Ctrl+M | Maximize/minimize current editor. |
Ctrl+Shift+M Ctrl+Shift+O | Add/organize imports. |
F11 Ctrl+F11 | Debug/run most recent launch. |
No comments:
Post a Comment