<1>. Shortcut Key settings:
1. Single line comment: ctrl +/
2. Multi-line comment: shift + ctrl +/
3. Code completion prompt: Alt +/(custom value, ctrl + space by default)
4. Function function prompt (Code tooltip): ctrl + alt + z (custom value)
<2>. Code insight settings:
Code completion: the code automatically completes the settings,
1. How many character times are prompted? The default value is 3. Here I set it to 1.
2. How long does the code prompt?
Code Explorer: Code detection function.
Code Navigator: Code navigation settings. Do not check "Local Variables" so that the "parameter" in the function will not be displayed, and the display is more concise.
<3>. Code style settings:
The font size of the Code is 12px.
By default, the comments in the Code are italic characters, which make you feel a little uncomfortable. You can remove the italic text from the above settings.
Code comment folding settings:
The only note is: do not enable the comments to be automatically collapsed when opening the file, so I disable "Auto-collapse on open.
<4>. Default Page encoding settings:
Set page encoding to UTF-8.
<5>. Adjust the cursor position:
By default, move the cursor to the end of the line rather than the end of the line of code. This makes it easy to break out unnecessary code at the end of the line.
The end of the code line.