1. Compile in eclipseCodeHow to automatically prompt the variable name?
Http://constforce.blog.163.com/blog/static/16388123520111223142587/
2. How to rearrange the code format?
Select the code to be rearranged, and press Ctrl + Shift + F to rearrange the code. (If no code is selected, the entire file will be rearranged .)
In addition, you can right-click the source sub-menu to list all the functions of refactoring code.
3. How to automatically add comments?
Press Alt + Shift + J. You can also find it in the right-click menu source.
See: http://constforce.blog.163.com/blog/static/16388123520111223564158/
4. How do I select a whole line of code?
Click the mouse three times in a row (in the code area.
5. Shortcut Keys for deleting one or more lines of code
Press Ctrl + D to delete the row where the cursor is located or the selected multi-row text.