The use of 002-IDEA (two)

Disclaimer: All my articles are the compilation of online teaching videos, including Mad God Talk, Shang Silicon Valley, Dark Horse Programmer, etc., used as reference materials, without any commercial use, please refer to the majority of netizens, please do not spray ,Thank you.
9. Common configuration
The use of 002-IDEA (two)
The use of 002-IDEA (two)
settings, theme
The use of 002-IDEA (two)
settings, editing area, theme
The use of 002-IDEA (two)
settings, mouse wheel, font size
The use of 002-IDEA (two)
settings, automatic package
The use of 002-IDEA (two)
import
function Add unambiguous imports on the fly: automatic import of ambiguous structures Optimize imports on the fly: automatically help us optimize the imported package
settings display line The separator between number and method is
The use of 002-IDEA (two)
shown in the red circle above, you can check Show line numbers: Show line numbers. I suggest that generally this should be checked.
As shown in the red circle above, you can check Show method separators: Show method separators. This kind of line helps us to distinguish the method, so it is recommended to check it
.
Set to ignore case prompts
The use of 002-IDEA (two)
• IntelliJ IDEA's code prompts and supplementary functions have a feature: case sensitivity. As shown in the above icon note, the default is First letter only case sensitive.
• The case-sensitive situation is like this: For example, when we enter stringBuffer in a Java code file, IntelliJ IDEA-defaults to not help us prompt or code supplement, but if we enter StringBuffer, we can make code hints and supplements.
• If you want to be case-insensitive, uncheck this option. (Changed to None in the 2017 version of IEDA)

Set the default font, font size, and font line spacing to
The use of 002-IDEA (two)
modify the font color of comments in the code
The use of 002-IDEA (two)
• Doc Comment –> Text: modify the font color of document comments
• Block comment: modify the font color of multi-line comments
• Line comment: modify the font color of the current line comment to

set the project file code
The use of 002-IDEA (two)
10. Commonly used shortcut keys
The use of 002-IDEA (two)
The use of 002-IDEA (two)
11, the use of plug-ins
IntelliJ IDEA Many functions of itself are also realized through plug-ins. The official website plug-in library: https://plugins.jetbrains.com/
The use of 002-IDEA (two)
needs special attention: in the domestic network, it often appears that the list of plug-ins cannot be displayed or displayed The list of plug-ins cannot be downloaded to complete the installation. At this time, please open *** by yourself, generally you can get
recommendations for common plug-ins
The use of 002-IDEA (two)

Guess you like

Origin blog.51cto.com/12859164/2544315