1 Some of the most important shortcut keys
Code helper: Ctrl+space (Simplified Chinese operating system is alt+/)
quick fix: ctrl+1
Span style= "Font-family:arial, Helvetica, Sans-serif; FONT-SIZE:16PX "> Word completion: alt+/
Open external Java document: Shift+f2
Display the Search dialog box: ctrl+h
Quick outline:ctrl+o
Open resources: CTRL + Shift+r
open type: ctrl+shift+t
Display the refactoring menu: Alt+shift+t
Position of previous/next cursor: alt+left/right
Previous/Next member (Member object or member function): Ctrl+shift+up/down
Check closed element: Alt+shift+up/down/left/right
Delete Row: Ctrl+d
Insert a row on the current line: Ctrl+shift+enter
Insert a row below the current line: Shift+enter
Move the selected row up or down: alt+up/down
Organization Import: Ctrl+shift+o
2 Positioning
2.1 In-line positioning
end/Beginning of line: End/home
Previous/Next word: Ctrl+right/left
2.2 In-file positioning
jump to a line: Ctrl+l
Scroll down: Ctrl+up/down
Previous/Next member (Member object or member function): Ctrl+shift+up/down
Fast Outline:ctrl+o
2.3 Cross-file positioning
Open declaration: F3
Open resource: Ctrl+shift+r
Open type: Ctrl+shift+t
search for the declaration of the selected element in workspace: Ctrl+g
Search for selected text in workspace: Ctrl+alt+g
search for references to selected elements in workspace: Ctrl+shift+g
Open Call Hierarchy: Ctrl+alt+h
Quick hierarchies: ctrl+t
regret: Ctrl + Z
2.4 Other
previous/Next cursor location: Alt+left/right
previous Edit location: Ctrl+q
3 Select
3.1 In-line selection
Select to end of line/beginning of row: Shift+end/home
Select Previous/Next word: ctrl+shift+left/right
3.2 Selected in file
Check closed element: Alt+shift+up
Revert to previous check: Alt+shift+down
Check next/previous element: Alt+shift+right/left
4 positioning/checking/operation at the same time
Delete Row: Ctrl+d
Delete Next/previous word: ctrl+delete/backspace
Delete to end of line: Ctrl+shift+delete
Insert a row on the current line: Ctrl+shift+enter
Insert a row below the current line: Shift+enter
Move the selected row up or down: alt+up/down
Copy the selected row: Ctrl+alt+up/down
5 other code-editing class shortcut keys
Save: Ctrl+s
Save All: Ctrl+shift+s
Next hit item (after search): Ctrl +.
Note: ctrl+/
Add Import: Ctrl+shift+m
Show shortcut keys help: Ctrl+shift+l
Change to large/lowercase: ctrl+shift+x/y
6 refactoring
Display the refactoring menu: alt+shift+t
Refactoring-Change method signature: Alt+shift+c
Refactoring-Move: alt+shift+v
Refactoring-Renaming: alt+shift+r
7 Editor, view, pivot chart Toggle
Next Editor: Ctrl+f6
Next view: Ctrl+f7
Next perspective: Ctrl+f8
Maximize Current View or editor: Ctrl+m
Activation Editor: F12
8 Debug
F5:step into (Debug)
F6:step over (Debug)
F7:step return (Debug)
F8:resume (Debug)
F11:debug previous application (Debug)
9 up/down/right/left class shortcut keys
Ctrl
Previous/Next word: Ctrl+right/left
Scroll down: Ctrl+up/down
Alt
position of previous/next cursor: Alt+left/right
Move the selected row up or down: Alt+up/down
Shift
Select Previous/Next character: Shift+left/right
Select the previous line/next line (starting at the current cursor position): Shift+up/down
Ctrl+shift
Previous/Next member (Member object or member function): Ctrl+shift+up/down
Select Previous/Next word: Ctrl+shift+left/right
Alt+shift
Check closed element: Alt+shift+up
revert to previous check: Alt+shift+down
check Next/previous element: Alt+shift+right/left
Copy the selected row: Ctrl+alt+up/down
Ctrl+alt
Copy the selected row: Ctrl+alt+up/down
class F shortcut keys
F2: Show prompt/rename
F3: Open the declaration of the selected element
F4: Opens the Type inheritance structure of the selected element
F5: Refresh
f5:step into (debug)
f6:step over (debug)
f7:step return (Debug)
f8:resume (Debug)
f11:debug Previous application (Debug)
F12: Activating editor
Eclipse shortcut keys