MyEclipse Shortcuts

-------------------------------------
MyEclipse shortcut key 1 (CTRL)
------ -------------------------------
Ctrl+1 quick fix
Ctrl+D: delete current line
Ctrl+Q navigate to last edit
Ctrl+L locates on a line Ctrl
+O Quickly displays OutLine
Ctrl+T Quickly displays the inheritance structure of the current class
Ctrl+W Closes the current Editor
Ctrl+K Quickly locates the next
Ctrl+E Quickly displays the drop-down list of the current Editor
Ctrl+ +J Forward incremental search (after pressing Ctrl+J, each letter editor you enter provides quick matching to locate a word, if not, it will display not found in the stutes line,)   
Ctrl+ Z Return to the state before modification
Ctrl+Y Contrary to the above operation
Ctrl+/ Comment the current line, press again to uncomment
Ctrl+D to delete the current line.
Ctrl+Q Jumps to the last edit
Ctrl+M Switches the size of the window
Ctrl+I Format Active Elements.
Ctrl+F6 to switch to the next Editor
Ctrl+F7 to switch to the next Perspective
Ctrl+F8 to switch to the next View
------------------------------------------
MyEclipse shortcut key 2 (CTRL+SHIFT )
--------------------------------------------
Ctrl+Shift+E Display management The manager of all currently opened Views (can choose to close, activate, etc.)
Ctrl+Shift+/ Automatically comment code
Ctrl+Shift+\ Automatically cancel the commented code
Ctrl+Shift+O Automatically guide the class package
Ctrl+Shift+J Reverse Search in increments (same as the previous one, but from back to front)
Ctrl+Shift+F4 Close all open editors
Ctrl+Shift+X Change all the currently selected text to lowercase
Ctrl+Shift+Y Change the current The selected text is all lowercase
Ctrl+Shift+F Format the current code
Ctrl+Shift+M (first place the cursor on the class name of the package to be imported) The function is to add the Import statement
Ctrl+Shift+P to locate the match for character (such as {}) (when positioning from the front to the back, the cursor should be inside the matching character, from the back to the front, and vice versa)
Ctrl+Shift+F Format Document.
The effect of Ctrl+Shift+O is that the missing Import statement is added, and the redundant Import statement is deleted.
Ctrl+Shift+S saves all unsaved files.
Ctrl+Shift+/ is this /*~*/ comment in the code window and <!--~--> in the JSP file window.
Shift+Ctrl+Enter Insert a blank line in the current line (the principle is the same as the previous one)
---------------------------------- -------
MyEclipse shortcut key 3 (ALT)
------------------------------------ -----
Alt+/ The code assistant completes the insertion of some code, and automatically displays the prompt information
Alt+↓ The interaction position between the current line and the next line (especially practical, you can save the first cut and then paste)
Alt+↑ The current line and the above line Interactive position (same as above)
Alt+← Previous edited page
Alt+→ Next edited page (of course for the above one)
Alt+Enter Display the properties of the currently selected resource (project, or file or file)

MyEclipse shortcut key 4 (ALT+CTRL)

Alt+CTRL+↓ Copy the current line to the next line (copy increase)
Alt+CTRL+↑ Copy the current line to the previous line (copy increase)
---------------------- ---------------------
MyEclipse shortcut key 5 (ALT+SHIFT)
-------------------- -----------------------
Alt+Shift+R Rename
Alt+Shift+M Extraction method
Alt+Shift+C Modify function structure (more practical, there are N functions call this method, modify it once)
Alt+Shift+L Extract the local variable
Alt+Shift+F Change the local variable in the Class to the field variable
Alt+Shift+I Merge the variable
Alt+Shift+V Move the function and Variable
Alt+Shift+Z Refactoring regret medicine (Undo) Shift+Enter Insert a blank line in the next line of the current line (the mouse can be at any position of the current line, not necessarily the last)
Alt+Shift+O (or Click the Toggle Mark Occurrences button in the toolbar) When you click on a mark, the mark will be highlighted in yellow in other places on the page, and a white square will appear on the right border of the window. Clicking this square will jump to this mark.
The following shortcut keys are commonly used in refactoring, and I like to sort out the ones I like and commonly use (Note: The shortcut keys for general refactoring all start with Alt+Shift)

--------------------------------------------
MyEclipse Shortcuts (6)
--------------------------------------------
F2 when the mouse is over a When the Tooltip appears at the marker, press F2 to move the mouse away, and the Tooltip will also display Show Tooltip Description.
F3 jumps to the place of declaration or definition.
F5 single-step debugging into the function inside.
F6 single-step debugging does not enter the function. If Kingsoft PowerWord 2006 is installed, the shortcut key of "word selection switch" should be changed to another.
F7 returns to the caller from inside the function.
F8 executes until the next breakpoint.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325293896&siteId=291194637