Eclipse shortcuts

Editor

ShortcutDescription
Alt + / Content assist. A great help for our coding.
Ctrl + Shift + F Format
Ctrl + F10, then N Display line numbers
Ctrl + Shift + O Manage imports
Ctrl + D Delete the row
Alt + up/down Move the line up/down
Alt + left/right Back/Forward History
Ctrl + / Comment
Ctrl + O Quick outline
Ctrl + Shift + L List all shortcuts

Run&Debug

ShortcutDescription
Ctrl + F11 Save and Lauch
F11 Debug
F5 Step into
F6 Next step
F7 Step out
F8 Skip the next breakpoint

Also, we can define our own shortcuts here: Window-Preferences-General-Keys

原文地址:https://www.cnblogs.com/johnpher/p/3255514.html