Ctrl+1 Quick Repair
Ctrl+D: Delete the current line
Ctrl+Alt+↓ Copy the current line to the next line (copy to increase)
Ctrl+Alt+↑ Copy the current line to the previous line (copy to increase)
Alt+↓ Interaction position between the current line and the following line (extremely practical, you can save it from cutting first and then pasting)
Alt+↑ Interaction position between the current line and the above line (same as above)
Alt+← Previous edited page
Alt+→ Next edited page
Alt+Enter Displays the properties of the currently selected resource (project, or file or file)
Shift+Enter Insert empty line on the next line of the current line
Shift+Ctrl+Enter Insert empty rows in the current row
Ctrl+Q Position to the last edited place
Ctrl+L Positioning in a certain row
Ctrl+M Maximizes the current Edit or View (and press the other way around)
Ctrl+/ Comment the current line, then press to cancel the comment
Ctrl+O Quickly display OutLine
Ctrl+T quickly displays the inheritance structure of the current class
Ctrl+W Close the current Editer
Alt+/ Code Assistant completes the insertion of some codes
Ctrl+Shift+E Displays the manager that manages all views currently open (you can choose to close, activate, etc.)
Ctrl+Shift+F4 Close all open Editers
Ctrl+Shift+X Turn all currently selected text into capital
Ctrl+Shift+Y Change all currently selected text to lowercase
Ctrl+Shift+F Format the current code
Ctrl+Shift+P Position the matching character (for example, {}) (When positioning the back from the front, the cursor must be in the match character, behind to the front, otherwise)
--Alt+Shift begins
Alt+Shift+R Rename (Rename of variables and classes)
Alt+Shift+M extraction method (this is one of the most commonly used methods in reconstruction, especially for a lot of mud code)
Alt+Shift+C Modify the function structure (really practical, N functions call this method, modify it once)
Alt+Shift+L extracts local variables (you can directly extract some magic numbers and strings into one variable, especially when multiple calls are made)
Alt+Shift+F Change the local variable in Class into a field variable (a more practical function)
Alt+Shift+I merge variables (it may be a bit inappropriate to say this Inline)
Alt+Shift+V Move functions and variables (not very commonly used)
Alt+Shift+Z Reconstructed Regret Medicine (Undo)
Alt+Shift+J method adds comments
--navigation
Scope function shortcut keys
Global open type Ctrl+Shift+T
Open the resource Ctrl+Shift+R globally
Java editor displays outline Ctrl+O
Open type Ctrl+Shift+H globally in hierarchy
Go globally to match brackets Ctrl+Shift+P
Go globally to the previous editing position Ctrl+Q
Java editor to previous member Ctrl+Shift+↑
Go to the next member Ctrl+Shift+↓
Go to the text editor to line Ctrl+L
--run
Scope function shortcut keys
Global single step returns to F7
Global single step skip F6
Global single step jump into F5
Global single step jump into select Ctrl+F5
Global debugging last started F11
Continue F8 globally
Globally use filters to step through Shift+F5
Add/remove breakpoints globally Ctrl+Shift+B
Global display Ctrl+D
Global run last started Ctrl+F11
Run globally to line Ctrl+R
Global execution of Ctrl+U
The above commonly used Eclipse shortcut (recommended) is all the content I share with you. I hope you can give you a reference and I hope you can support Wulin.com more.