In order to speed up the development efficiency, it is necessary to use some shortcut key development. Rational use of shortcut keys is much stronger than piecemeal.
Here is my daily use of the shortcut keys to comb, I hope to be helpful to everyone:
- Cleanup Console information:
点鼠标右键,然后按R键
- Quick Convert Editor:
ctrl+e
- To assign a value to a local variable:
ctrl+2,L
- Create a blank line on the next line of the current row:
shift +enter
- Create a blank line on the previous line of the current row:
ctrl+shift+enter
- To organize the import of the current class:
ctrl+shift+o
- The code is automatically padded:
alt + /
- To generate a line comment:
ctrl+/
- Get the outline of the class:
ctrl+o
- Maximize the current editing interface:
ctrl+m
- Rectangle Operation:
Shift + Alt + A
- New project, or file:
alt+shift+n
- To rename a variable or method in a class:
alt+shift+r
- To search for a reference to a method or domain:
ctrl+shift+g
- Navigate to the next error:
ctrl+.
- Locate the last edit line:
ctrl + q
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Some of the eclipse shortcuts that I personally use frequently