F3 jumps to the place of declaration or definition.
F5 One-step debugging into the inside of the function.
F6 single-Step debugging does not enter the function inside, if installed PowerWord 2006 to the "Take the word switch" shortcut keys to change to other.
The F7 is returned from inside the function to the call point.
F8 continues to the next breakpoint.
ctrl+/is this//~ comment in the Code window. Cancel the comment by pressing it again
ctrl+shift+/is this/*~*/comment in the Code window, which is the <!--~--> in the JSP file window.
Ctrl+s Save the current file.
Ctrl+shift+s Save all unsaved files.
Double-click the left border of the window to add a breakpoint.
Right-click on the left border of the window where the breakpoint is added. Select Show line numbers to add a number.
Ctrl+d Delete When moving forward
Ctrl+m maximize the current edit or view (and vice versa)
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 following line interaction position
Alt+↑ the current line and the previous row interaction position
Ctrl+shift+f formatting of the current code
Ctrl+l positioning in a row
Ctrl+o quick positioning to the specified line
Shift+enter inserts a blank row on the next line of the current row (the mouse can be anywhere in the current row)
Shift+ctrl+enter inserts a blank line on the previous line of the current row (principle above)
Ctrl+w Closing the current editer
Ctrl+shift+w Close all open editer
Ctrl+f4 Closing the current editer
Ctrl+shift+f4 Close all open editer
Ctrl+shift+x all the currently selected text to uppercase
Ctrl+shift+y turns the currently selected text to lowercase
CTRL + SPACEBAR to view properties
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)
The Ctrl+shift+o effect is that the missing import statement is added and the extra import statement is deleted.
Alt+shift+m Extraction Method
Alt+shift+r renaming
Ctrl+space Code Helper to complete some code insertion
ctrl+/(numpad) collapses all code in the current class
Ctrl+x (keypad) expands all code in the current class
Ctrl+1 Quick Fix
Ctrl+q positioning to the last edited place
Eclipse shortcut keys