Eclispe Common Shortcuts & all shortcut keys in Java development
ctrl+1 Quick Fix (classic shortcut key)
ctrl+d: Delete the current row
ctrl+alt+↓ Copy the current row to the next row (replication incremented)
ctrl+alt+↑ Copy the current line to the previous row (replication incremented)
alt+↓ the current line and the next line of interaction (especially useful, can be omitted first cut, then pasted)
alt+↑ the current line and the upper row interaction position (IBID.)
alt+← the previous edited page
alt+→ Next Edit page (of course, for the above article)
Alt+enter Displays the properties of the currently selected resource (project, or file or file)
Shift+enter Inserts a blank row 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 positioning to the last edited place
ctrl+l positioning in a row (for people with programs over 100 have the gospel)
ctrl+m maximize the current edit or view (and vice versa)
ctrl+/comment on the current line, and then uncomment it
ctrl+o Quick Display OutLine
Ctrl+t quickly displays the inheritance structure of the current class
ctrl+w Closing the current editer
Ctrl+k The selected word quickly navigates to the next
Ctrl+e Quick display of 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 the insertion of some code (but the general and IME conflict, you can modify the input method hotkey, you can also take up alt+/to replace)
ctrl+shift+e Display Manager that manages all of the currently open view (you can choose to close, activate, and so on)
Ctrl+j forward Incremental lookup (after pressing CTRL+J, each letter editor you enter provides a quick match to navigate to a word, if not, it is not found in the Stutes line, check a word, especially useful, this function idea two years ago)
Ctrl+shift+j Reverse Incremental lookup (same as above, except forward)
Ctrl+shift+f4 Close all open editer
Ctrl+shift+x The text that is currently selected is all stale lowercase
Ctrl+shift+y turns the currently selected text to lowercase
ctrl+shift+f formatting of the current code
ctrl+shift+p position to the match (for example {}) (after locating from the front, the cursor is in the match, back to front, or vice versa)
The following shortcut keys are commonly used in refactoring, I like and commonly used to tidy up (note: General refactoring of the shortcut keys are alt+shift beginning of the)
alt+shift+r Rename (is my own favorite, especially the variables and classes of rename, than the manual method can save a lot of labor)
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 magical numbers and strings into a variable, especially when multiple calls are made)
alt+shift+f Change the local variable in class to a field variable (more useful function)
alt+shift+i Merge variables (this may be a bit inappropriate inline)
alt+shift+v moving functions and variables (not commonly used)
alt+shift+z reconstruction of Regret medicine (Undo)
Edit
scope function shortcut keys
global Find and replace Ctrl+f
Text Editor Find previous ctrl+shift+k
Text editor Find next Ctrl+k
Global Undo Ctrl + Z
Global Replication Ctrl + C
Global Restore previous selection alt+shift+↓
Global clipping ctrl+x
Global Quick Fix ctrl1+1
Global content Assist alt+/
Global All Check Ctrl + A
Delete Delete globally
Global Context information ALT +?
alt+shift+?
Ctrl+shift+space
Java Editor Display tooltip description F2
Java Editor Select encapsulated element alt+shift+↑
The Java editor selects the previous element alt+shift+←
The Java editor selects the 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 keys
Global magnification ctrl+=
Global Shrink ctrl+-
window
scope function shortcut keys
Global activation Editor F12
Global Switch Editor ctrl+shift+w
Global on an editor Ctrl+shift+f6
globally on a view Ctrl+shift+f7
Global on a Perspective view Ctrl+shift+f8
Global Next editor Ctrl+f6
Global Next View Ctrl+f7
Global Next Perspective Ctrl+f8
The text Editor displays the ruler context menu Ctrl+w
Global Display View menu CTRL+F10
Global Display System menu alt+-
Navigation
scope function shortcut keys
Java Editor open structure ctrl+f3
Global Open Type Ctrl+shift+t
Global Open type hierarchy F4
Global Open claims 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 +.
The Java Editor displays outline Ctrl+o
Global Open Type Ctrl+shift+h in the hierarchy
global go to matching parentheses ctrl+shift+p
Global Go to previous edit location Ctrl+q
The Java Editor goes to the previous member Ctrl+shift+↑
The Java editor goes to the next member Ctrl+shift+↓
text editor go to line ctrl+l
search
scope function shortcut key
global presence in file Ctrl+shift+u
declarations in the global workspace ctrl+g
reference ctrl+shift+g
in the global workspace
text edit
scope function shortcut key
text editor overwrite toggle insert
text editor roll-line ctrl+↑
text editor roll-down line ctrl+↓
file
scope function shortcut key
global save ctrl+x
global print ctrl+p
global save all ctrl+shift+s
Span style= "font-family: ' Microsoft Yahei '; font-size:18px; " > global all close ctrl+shift+f4
Global New CTRL + N
project
scope function shortcut key
global build all ctrl+b
Source
scope function Shortcut keys
Java Editor Formatting 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
The Java Editor uses try/catch blocks to surround the settings, which are too common, so it is recommended to set them up here.
You can also use ctrl+1 to automatically fix it.
Run
scope function shortcut keys
Global single-Step return F7
Global Single-step skip F6
Global single-step jump into F5
Global Single-step jump selection Ctrl+f5
Global Debug Last started F11
Global Continue F8
Global Use filters to step Shift+f5
Global Add/Remove breakpoints Ctrl+shift+b
Global Display Ctrl+d
global Run last boot ctrl+f11
Global Run to row ctrl+r
Global Execution Ctrl+u
Refactoring
scope function Shortcut keys
Global Undo Refactoring Alt+shift+z
Global Extraction Method Alt+shift+m
Global decimation local variable alt+shift+l
Global inline Alt+shift+i
Global Mobile Alt+shift+v
Global Rename Alt+shift+r
Global Redo Alt+shift+y
Eclispe Common Shortcuts & all shortcut keys in Java development