myEclipse, Eclipse common shortcut keys

ctrl + N new file
ctrl + D delete line
alt + / code completion
ctrl + 1 code bug fix
ctrl + Z rewind
ctrl + Y forward
ctrl + alt + up copy up
ctrl + alt + down copy down
alt + up up Move
alt + down Move down
alt + shift + A Vertical editing
ctrl + mouse click Enter the source code
ctrl + shift + T Find classes (including text in jar)
ctrl + shift + R Find files in the project
F4 View inheritance tree
ctrl + T Displays the inheritance relationship tree of the current class
ctrl + T Displays the implementation in the inheritance relationship of the current method
ctrl + T + T Reversely displays the implementation in the inheritance relationship of the current method
ctrl + O Displays the methods in the current class and Property Outline
ctrl + O + O Show methods of all classes in the inheritance tree
F2 Rename
alt + shift + R Rename
alt + shift + R + R Rename setting
shift + left Multi-select text
by word ctrl + shift + left Multi-select text by word
alt + shift + left Multi-select text by range
alt + shift + S + R Generate setter/getter method
alt + shift + S + U Clean up code
F3 Jump to the definition
F5 Refresh
F5 Debug jump into the method body
F6 Debug single step
F7 Debug jump out of the current method
F8 Debug jump to the next breakpoint
F11 Execute Debug
ctrl + F6 Switch has been Open text
ctrl + F7 Switch the open view
ctrl + F8 Switch the open workbench
ctrl + F11 Execute the program, not Debug
ctrl + M Switch the view size
alt + left Switch to the previous selection
alt + right switch to the next Select
ctrl + Q to jump to the last edited position
alt + shift + C to modify the method signature
alt + shift + M to extract the method
alt + shift + L extract variable
alt + shift + I merge
ctrl + F search (use shortcut Ctrl + f, be sure to select Regular expressions (regular expression) ^\s*\n empty)
ctrl + H full text search
ctrl + K Find down and locate
ctrl + shift + K Find down off position
ctrl + L Jump to specified line
ctrl + / Line comment
ctrl + shift + / Block comment
alt + shift + J Document comment
ctrl + X Go to all Uppercase
ctrl + Y Convert all to lowercase
ctrl + W Close the current file
ctrl + shift + G Find the calling relationship of the current method
ctrl + shift + F Format the code

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326856811&siteId=291194637