Start learning the advanced basics of Java today.
The first is the English version of Eclipse configuration and shortcut keys. JDK configuration. Configure the JDK to be in the environment variable of path.
The use of window interfaces such as the frequently used marks Servers Console Outline Project Explorer. Open perspective can be configured
The use of commonly used features. The previous Chinese version of Eclipse has more ctrl+s saved. CTRL + Z undo. Table shift+table indent. CTRL + C CTRL + V copy paste.
Ctrl + D Delete when moving forward
Ctrl + 1 quick fix.
Ctrl +/single-line comment, then cancel again.
Ctrl + O Display Outline Window
Ctrl + T shows the inheritance structure of the current class
Ctrl + F Find replacements
Ctrl + H Global Lookup
Alt + Shift + S can automatically generate a get set. HashCode.equals.toString. Constructors and other methods.
Ctrl + Shift +/Multiline Comment
Ctrl + Shift + \ Cancel multiple lines of comment
Alt +← Previous Edit position
Alt +→ Next Edit position
Alt + ctrl+↓ Copy the current line to the next line
Importing import everywhere Export
Windows Perfenrences can be set up inside.
Set your own code format, font, compiler version (set UTF8)
- Font settings (font)
- Character encoding settings (encoding)
- Use spaces for code indentation (formatter)
- Save as format code (SAVE)
- Unformatted Comment (Formatter)
- JRE Settings (JRE)
- Compiler version settings (compiler)
- Tomcat server settings (server)
- File open Mode (associations)
7-23 summarize Eclipse settings and common shortcut keys