Eclipse most full accelerator (Network collection)

Source: Internet
Author: User
Tags tidy

Ctrl+1Quick Fix (the most classic shortcut, you don't have to say more) Ctrl+D: Delete current line Ctrl+alt+↓ Copy Current line to next row (copy incremented) Ctrl+alt+↑ Copy the current line to the previous row (copy incremented) Alt+↓ The current line and the following line interact (especially useful, you can omit to cut first, then paste) Alt+↑ The current line and the top row interaction position (IBID.) Alt+← Previous Editor's page Alt+→ next edit page (of course, for the above article) Alt+Enter to display the properties of the currently selected resource (project, or file or file) Shift+Enter inserts a blank line on the next line of the current row (at which point the mouse can be at any position in the current row, not necessarily the last) Shift+ctrl+Enter Insert blank line in current line (principle above) Ctrl+Q Navigate to the last edit place Ctrl+L position 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 row, and then uncomment Ctrl+O Quick Display OutLine Ctrl+T quickly display the inheritance structure of the current class Ctrl+W Close current editer Ctrl+K quickly navigate to the next Ctrl key by referencing the selected word+E quickly displays the current Editer drop-down list (in bold if the current page does not appear) Ctrl+/(numpad) 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 general and input method conflict, you can modify the input method hotkey, you can also take up Alt+/to replace) Ctrl+shift+E Displays the manager that manages all of the currently open view (you can choose to close, activate, and so on) Ctrl+j forward Incremental lookup (press CTRL +after J, every letter editor you enter provides a quick match to locate a word, and if not, it is not found in Stutes line, it is especially useful to look up a word, this function idea was there two years ago) Ctrl+shift+J Reverse Incremental lookup (same as above, except forward) Ctrl+shift+F4 Close all open editer Ctrl+shift+X make the currently selected text stale in lowercase Ctrl+shift+Y Change the currently selected text to lowercase Ctrl+shift+F Formatting The current code Ctrl+shift+P positioning to the match (for example {}) (from the front to the back, the cursor is in the match, back to the front, then Vice) the following shortcut keys are commonly used in refactoring, I like and commonly used to tidy up (note: General refactoring shortcut keys are alt+Shift-Start) Alt+shift+R Rename (it's my favorite one, especially the rename of variables and classes, which can save a lot of labor than manual methods) Alt+shift+M Extraction Method (This is one of the most common methods of refactoring, especially useful for a whole bunch of mud codes) 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 Change the local variable in class to a field variable (more useful) Alt+shift+I Merge variables (which may be a bit inappropriate inline) Alt+shift+V move functions and variables (less commonly used) Alt+shift+Z Refactoring Regret Medicine (Undo) editing scope feature 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 Copy Ctrl+C Global Restore previous selection Alt+shift+↓ Global Cut Ctrl+X Global Quick fix Ctrl1+1Global Content Secondary ALT+/Global Check all Ctrl+A Global Delete Delete Global context 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 View scope function shortcut Global zoom Ctrl+=Global Zoom Out Ctrl+-Window scope function shortcut Global Activation Editor F12 global Toggle Editor Ctrl+shift+W Global on one editor Ctrl+shift+F6 globally on a view Ctrl+shift+F7 Global on a pivot chart 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 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 on a Ctrl+, Global next Ctrl+. Java Editor display outline Ctrl+O Global Open type Ctrl in the hierarchy+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+↑java Editor go to next member Ctrl+shift+↓ Text editor go to line Ctrl+L Search scope function shortcut keys appear globally 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 scope feature shortcut text Editor overwrite toggle Insert Text editor Roll line Ctrl+↑ Text Editor Scroll down the line Ctrl+↓ File scope feature shortcut keys global save Ctrl+X Ctrl+S Global Print Ctrl+P Global Close Ctrl+F4 Global Save All Ctrl+shift+S Global all close Ctrl+shift+F4 Global Properties Alt+Enter Global New Ctrl+N Project scope function shortcut key global all build Ctrl+B Source Code scope function shortcut key Java Editor format 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 using try/catch blocks to surround are not set, too common, so listed here, it is recommended to set yourself. You can also use CTRL+1 automatic correction. Run scope feature shortcut Global Single Step back F7 Global single-step skip F6 Global single-Step into F5 global single-step jump Select Ctrl+F5 Global Debug last started F11 global continue F8 Global use filter stepping Shift+F5 Global Add/Remove Breakpoint 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 variable Alt+shift+L Global Inline Alt+shift+I Move the Alt globally+shift+V Global Rename Alt+shift+R Global Redo Alt+shift+Y Ctrl+1Quick Fix (the most classic shortcut, you don't have to say more) Ctrl+D: Delete current line Ctrl+alt+↓ Copy Current line to next row (copy incremented) Ctrl+alt+↑ Copy the current line to the previous row (copy incremented) Alt+↓ The current line and the following line interact (especially useful, you can omit to cut first, then paste) Alt+↑ The current line and the top row interaction position (IBID.) Alt+← Previous Editor's page Alt+→ next edit page (of course, for the above article) Alt+Enter to display the properties of the currently selected resource (project, or file or file) Shift+Enter inserts a blank line on the next line of the current row (at which point the mouse can be at any position in the current row, not necessarily the last) Shift+ctrl+Enter Insert blank line in current line (principle above) Ctrl+Q Navigate to the last edit place Ctrl+L position 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 row, and then uncomment Ctrl+O Quick Display OutLine Ctrl+T quickly display the inheritance structure of the current class Ctrl+W Close current editer Ctrl+K quickly navigate to the next Ctrl key by referencing the selected word+E quickly displays the current Editer drop-down list (in bold if the current page does not appear) Ctrl+/(numpad) 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 general and input method conflict, you can modify the input method hotkey, you can also take up Alt+/to replace) Ctrl+shift+E Displays the manager that manages all of the currently open view (you can choose to close, activate, and so on) Ctrl+j forward Incremental lookup (press CTRL +after J, every letter editor you enter provides a quick match to locate a word, and if not, it is not found in Stutes line, it is especially useful to look up a word, this function idea was there two years ago) Ctrl+shift+J Reverse Incremental lookup (same as above, except forward) Ctrl+shift+F4 Close all open editer Ctrl+shift+X make the currently selected text stale in lowercase Ctrl+shift+Y Change the currently selected text to lowercase Ctrl+shift+F Formatting The current code Ctrl+shift+P positioning to the match (for example {}) (from the front to the back, the cursor is in the match, back to the front, then Vice) the following shortcut keys are commonly used in refactoring, I like and commonly used to tidy up (note: General refactoring shortcut keys are alt+Shift-Start) Alt+shift+R Rename (it's my favorite one, especially the rename of variables and classes, which can save a lot of labor than manual methods) Alt+shift+M Extraction Method (This is one of the most common methods of refactoring, especially useful for a whole bunch of mud codes) 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 Change the local variable in class to a field variable (more useful) Alt+shift+I Merge variables (which may be a bit inappropriate inline) Alt+shift+V move functions and variables (less commonly used) Alt+shift+Z Refactoring Regret Medicine (Undo) editing scope feature 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 Copy Ctrl+C Global Restore previous selection Alt+shift+↓ Global Cut Ctrl+X Global Quick fix Ctrl1+1Global Content Secondary ALT+/Global Check all Ctrl+A Global Delete Delete Global context 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 View scope function shortcut Global zoom Ctrl+=Global Zoom Out Ctrl+-Window scope function shortcut Global Activation Editor F12 global Toggle Editor Ctrl+shift+W Global on one editor Ctrl+shift+F6 globally on a view Ctrl+shift+F7 Global on a pivot chart 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 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 on a Ctrl+, Global next Ctrl+. Java Editor display outline Ctrl+O Global Open type Ctrl in the hierarchy+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+↑java Editor go to next member Ctrl+shift+↓ Text editor go to line Ctrl+L Search scope function shortcut keys appear globally 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 scope feature shortcut text Editor overwrite toggle Insert Text editor Roll line Ctrl+↑ Text Editor Scroll down the line Ctrl+↓ File scope feature shortcut keys global save Ctrl+X Ctrl+S Global Print Ctrl+P Global Close Ctrl+F4 Global Save All Ctrl+shift+S Global all close Ctrl+shift+F4 Global Properties Alt+Enter Global New Ctrl+N Project scope function shortcut key global all build Ctrl+B Source Code scope function shortcut key Java Editor format 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 using try/catch blocks to surround are not set, too common, so listed here, it is recommended to set yourself. You can also use CTRL+1 automatic correction. Run scope feature shortcut Global Single Step back F7 Global single-step skip F6 Global single-Step into F5 global single-step jump Select Ctrl+F5 Global Debug last started F11 global continue F8 Global use filter stepping Shift+F5 Global Add/Remove Breakpoint 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 variable Alt+shift+L Global Inline Alt+shift+I Move the Alt globally+shift+V Global Rename Alt+shift+R Global Redo Alt+shift+y

Eclipse most full accelerator (Network collection)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.