Ctrl+1 Quick Fix (the most classic shortcuts, you don't have to say) Ctrl+d: Delete the current row ctrl+alt+↓ copy the current row to the next row (copy increase) ctrl+alt+↑ Copy the current row to the previous row (copy increase) alt+↓ the current line and the following line of interaction (particularly practical , you can save the first cut, then paste) alt+↑ the current line and the previous row interaction position (IBID.) alt+← the previous edited page alt+→ the next edited page (of course, for the above article) Alt+enter displays the properties of the currently selected resource (project, or file or file) Shift+enter inserts a blank row on the next line of the current row ( At this point the mouse can be in any position of the current line, not necessarily the last) Shift+ctrl+enter insert a blank line in the current line (the principle above) Ctrl+q to the last edit place Ctrl+l positioned in a row (for the program more than 100 people have the Gospel) ctrl+m Maximizes the current edit or view (and then vice versa) ctrl+/comment on the current line, then uncomment ctrl+o quick display OutLine ctrl+t quickly display the inheritance structure of the current class Ctrl+w close the current editer ctrl+k reference selected word quick fix Bit to next ctrl+e quickly displays the current Editer drop-down list (if the current page does not appear in bold) ctrl+/(keypad) collapses all code in the current class ctrl+x (keypad) expands all code in the current class Ctrl+space Code helper to complete some code insertion (but the general and IME conflict, you can modify the input method hotkey, you can also take up alt+/to replace) ctrl+shift+e display management of all currently open View Manager (can choose to close, activate, etc.) ctrl+j Forward incremental lookup (after pressing CTRL+J, each letter editor you enter provides a quick match to navigate to a word, if no , then the display in Stutes line is not found, check a word, especially useful, this function idea two years ago) Ctrl + SHIFT+J Reverse incremental lookup (same as above, except forward) Ctrl+shift+f4 close all open Editer ctrl+shift+x the currently selected text all stale lowercase ctrl+shift+y turns the currently selected text all lowercase Ctrl+shift+f formatting The current code ctrl+shift+p navigate to the match (for example {}) (from the front to the back, the cursor is in the match, back to front, then anti- ) the following shortcut keys are commonly used in refactoring, I like and commonly used to tidy up (note: General refactoring shortcuts are alt+shift ) alt+shift+r rename (is my favorite one, especially variables and classes of rename, than the manual method can save a lot of labor ) Alt+shift+m Extraction method (This is one of the most common methods of refactoring, especially useful for a lot of mud code) alt+shift+c Modify the function structure (more practical, there are n functions called this method, modified once done) Alt+shift+l Extract local variables (you can directly extract some magic numbers and strings into a variable, especially when multiple calls) alt+shift+f the local variable in class into a field variable (a more useful function) Alt+shift+i merge variables ( Maybe that's a little inappropriate. inline) alt+shift+v move functions and variables (not commonly used) Alt+shift+z refactoring of Regret Medicine (Undo) Edit scope function shortcut Global find and replace ctrl+f text editor Find previous ctrl+shift+k Text editor Find next ctrl+k Global undo ctrl+z Global Replication ctrl+c Global Restore previous selection alt+shift+↓ global cut Ctrl +x Global Quick Fix ctrl1+1 Global content assist alt+/ Global all check ctrl+a global Delete delete Global contextual information ALT +? Alt+shift+? ctrl+shift+space Java Editor Display tooltip description f2 Java Editor Select encapsulate element alt+shift+↑ Java Editor Select previous element alt+shift+← Java Editor Select next element alt+shift+→ Text Editor incremental find ctrl+j Text Editor incremental reverse lookup ctrl+shift+j Global paste ctrl+v global redo ctrl+y& nbsp View scope features shortcuts Global Zoom ctrl+= Global Zoom Out ctrl+- Window scope features shortcut Global Activation Editor f12 global Toggle Editor Ctrl +shift+w Global on an editor ctrl+shift+f6 global previousViews ctrl+shift+f7 A Global perspective ctrl+shift+f8 global Next Editor ctrl+f6 Global next View ctrl+f7 Global next perspective Ctrl+f8&nbs P Text Editor display ruler context menu ctrl+w Global View menu ctrl+f10 Global Display system menu alt+- Navigation scope features shortcuts Java editor open structure ctrl+f3 Global Open Type ctrl+shift+t global open type hierarchy f4 global open Declaration f3 Global Open External Javadoc shift+f2 Global Open Resource Ctrl+shift+r Global fallback History alt+← Global forward History alt+→ global previous ctrl+, global next ctrl+. Java Editor Show outline ctrl+o global on layer Secondary structure open type ctrl+shift+h global go to matching parentheses ctrl+shift+p global go to previous edit position ctrl+q Java Editor go to previous member ctrl+shift+↑ JA VA editor go to next member ctrl+shift+↓ text editor go to line ctrl+l Search scopes feature shortcut Global appear in file ctrl+shift+u Global Open Search dialog box ctrl+h declarations in the global workspace ctrl+g references in the global workspace ctrl+shift+g text editing scopes feature shortcuts text editor overwrite toggle insert text compilation ctrl+↑ Text Editor Scroll line ctrl+↓ file scope function shortcut Global save ctrl+x ctrl+s Global Print ctrl+p Global Close ctrl+f4 Global FullSave ctrl+shift+s Global Close ctrl+shift+f4 Global Properties alt+enter Global New ctrl+n project scope features shortcuts Global full Department build ctrl+b source code scope features Shortcuts Java editor formatting ctrl+shift+f Java editor Uncomment ctrl+\ Java Editor Comments Ctrl+/&nbs P Java Editor Add import ctrl+shift+m Java Editor Organization import ctrl+shift+o Java Editor use Try/catch block to surround not set, too common, so listed here, it is recommended to set yourself. You can also use ctrl+1 to automatically fix it. Run scope function shortcut Global single-Step back f7 Global single-Step f6 global single-stepping f5 global single-step-forward selection ctrl+f5 global debugging last started f11& nbsp Global continue f8 Global use filter step shift+f5 Global Add/Remove Breakpoints ctrl+shift+b Global display ctrl+d global run last start ctrl+f11 global run To row ctrl+r Global execution ctrl+u Refactoring scope function shortcut Global undo Refactoring alt+shift+z Global Extraction Method alt+shift+m global Decimation Local variables alt+shift+l Global alt+shift+i Global Move alt+shift+v Global rename alt+shift+r global redo Alt+shift+y Ctrl+1 quick fix ( The most classic shortcuts, you don't have to say more) Ctrl+d: Delete current line ctrl+alt+↓ copy current row to next row (copy increase) ctrl+alt+↑ copy current row to the previous row (copy increase) alt+↓ the current row and the following line of interaction (particularly practical, Can be omitted first cut, then pasted) AlT+↑ the current row and the previous row interaction position (IBID.) alt+← the previous edited page alt+→ the next edited page (of course for the above) Alt+enter displays the properties of the currently selected resource (project, or file or file) Shift+enter the next in the current row Row inserts a blank row (at which point the mouse can be at any position in the current row, not necessarily the last) Shift+ctrl+enter inserts a blank line in the current row (same principle) ctrl+q navigates to the last edit ctrl+l positioned in a row (for people with programs over 100 have the Gospel) Ctrl + M maximizes the current edit or view (and then vice versa) ctrl+/comment on the current line, then uncomment ctrl+o quick display OutLine ctrl+t quickly display the inheritance structure of the current class Ctrl+w close the current editer ctrl+k reference selected word fast Speed to next ctrl+e quickly displays the current Editer drop-down list (if the current page does not appear in bold) ctrl+/(keypad) collapses all code in the current class ctrl+x (keypad) expands all code in the current class Ctrl+space Code helper to complete some code insertion (but the general and IME conflict, you can modify the input method hotkey, you can also take up alt+/to replace) ctrl+shift+e display management of all currently open View Manager (can choose to close, activate, etc.) ctrl+j Forward incremental lookup (after pressing CTRL+J, each letter editor you enter provides a quick match to navigate to a word, if no , then the display in Stutes line is not found, check a word, especially useful, this function idea two years ago) Ctrl + SHIFT+J Reverse incremental lookup (same as above, except forward) Ctrl+shift+f4 close all open Editer ctrl+shift+x the currently selected text all stale lowercase ctrl+shift+y turns the currently selected text all lowercase Ctrl+shift+f formatting The current code ctrl+shift+p navigate to the match (for example {}) (from the front to the back, the cursor is in the match, back to front, then anti- ) the following shortcut keys are commonly used in refactoring, I like and commonly used to tidy up (note: General refactoring shortcuts are alt+shift ) alt+shift+r rename (is my favorite one, especially variables and classesRename, compared to manual methods can save a lot of labor ) Alt+shift+m extraction method (which is one of the most common methods of refactoring, especially useful for a lot of mud code) alt+shift+c Modify the function structure (more practical, there are n functions called this method, Fix it once) alt+shift+l extracts local variables (you can directly extract some magical numbers and strings into a variable, especially when multiple calls are made) alt+shift+f change the local variable in class to a field variable (a more useful function) ALT + Shift+i merging variables (which may be a bit inappropriate) alt+shift+v move functions and variables (not commonly used) Alt+shift+z refactoring of Regret pills (Undo) editing scope features shortcut Global Find and replace ctrl+f  ; The text editor finds the previous ctrl+shift+k text editor to find the next ctrl+k global undo ctrl+z Global Replication ctrl+c Global Restore previous selection alt+shift+↓ Global clipping ctrl+x Global quick fix ctrl1+1 Global content assist alt+/ Global all check ctrl+a global Delete delete Global contextual information ALT +? Alt+shift+? ctrl+shift+space Java Editor Display tooltip description f2 Java Editor Select encapsulate element alt+shift+↑ Java Editor Select previous element alt+shift+← Java Editor Select next element alt+shift+→ Text Editor incremental find ctrl+j Text Editor incremental reverse lookup ctrl+shift+j Global paste ctrl+v global redo ctrl+y& nbsp View scope features shortcuts Global Zoom ctrl+= Global Zoom Out ctrl+- Window scope features shortcut Global Activation Editor f12 global Toggle Editor Ctrl +shift+w Global on an editor Ctrl+shift+f6 A global view ctrl+shift+f7 a perspective ctrl+shift+f8 Global next Editor ctrl+f6 global next View ctrl+f7 Global Next Perspective ctrl+f8 Text Editor display ruler context menu ctrl+w Global Display View menu ctrl+f10 Global Display system menu alt+- Navigation scope features shortcut keys &NB Sp Java Editor Open Structure ctrl+f3 global open type ctrl+shift+t global open type hierarchy f4 global open Declaration f3 Global Open External Javadoc shift+f2 Global Open Resource ctrl+shift+r Global back History alt+← Global forward History alt+→ global previous ctrl+, global next ctrl+. Java editor display large Outline ctrl+o Global in the hierarchy open type ctrl+shift+h global go to matching parentheses ctrl+shift+p global go to previous edit location ctrl+q Java Editor go to previous member Ct rl+shift+↑ Java Editor go to next member ctrl+shift+↓ text editor go to line ctrl+l Search scope feature shortcut Global appears in file ctrl+shift+ u Global Open Search dialog ctrl+h Global Workspace Declarations ctrl+g Global workspace references ctrl+shift+g text editing scopes feature shortcuts text editor overrides Toggle insert Text Editor Roll line ctrl+↑ text Editor scroll line ctrl+↓ file scope features shortcut Global save ctrl+x ctrl+s Global Print ctrl+p GlobalClose ctrl+f4 Global Save All ctrl+shift+s global close ctrl+shift+f4 Global Properties alt+enter Global New ctrl+n project Scope function shortcut keys Global build all ctrl+b Source code scope features Shortcuts Java editor formatting ctrl+shift+f Java editor Uncomment ctrl+\ Java Editor Comment ctrl+/ Java Editor add import ctrl+shift+m Java Editor Organization import ctrl+shift+o Java Editor use Try/catch block to surround not set, too common, So listed here, it is recommended to set yourself. You can also use ctrl+1 to automatically fix it. Run scope function shortcut Global single-Step back f7 Global single-Step f6 global single-stepping f5 global single-step-forward selection ctrl+f5 global debugging last started f11& nbsp Global continue f8 Global use filter step shift+f5 Global Add/Remove Breakpoints ctrl+shift+b Global display ctrl+d global run last start ctrl+f11 global run To row ctrl+r Global execution ctrl+u Refactoring scope function shortcut Global undo Refactoring alt+shift+z Global Extraction Method alt+shift+m global Decimation Local variables alt+shift+l Global alt+shift+i Global Move alt+shift+v Global rename alt+shift+r global redo Alt+shift+y
Follow US The purpose of space division is to share knowledge and spread value.
Follow us and get more information in a timely manner.
Donate US
If you agree with our results and feel that it is helpful to you, you are welcome to donate ^_^ to us.
5, MyEclipse most full shortcut key