(1) Ctrl+e: Quick Convert Editor
(2) ctrl+shift+r: Open Resource
(3) ctrl+o: Fast outline
(4)ctrl+m:
Large display screen can improve productivity is known to everyone. Ctrl+m is the shortcut key for maximizing the editor window.
Shift+enter creates a blank line below the current line, regardless of whether the cursor is at the end of the row. Ctrl+shift+enter inserts a blank line before the current line
(5) ALT + arrow key This is also a magic weapon to save time. This combination moves the contents of the current line up or down. In the Try/catch section, this shortcut is especially useful.
(6) Ctrl +. and Ctrl+1: Next error and quick change
CTRL +. Moves the cursor to the next report fault or warning in the current file. This set of shortcut keys I generally use with ctrl+1, that is, modify the proposed shortcut keys. The new version of Eclipse suggestions are good to help you solve a lot of problems, such as missing parameters in the method, Throw/catch exception, non-executed methods and so on.
(7) ALT + SHIFT + R to modify all the same words
Eclipse Common shortcut keys