The most practical and universal IDEA common settings tutorial

The most practical and universal IDEA common settings tutorial

Set theme

Settings->Appearance&Behavior->Appearance->Theme

Insert picture description here

Supplement: set the theme of the editing area (can be ignored)

Settings->Editor->Color Scheme->Scheme

Insert picture description here

Insert picture description here

Set background image

Open IDEA, press the shortcut key Ctrl + Shift + A

Insert picture description here

Insert picture description here

Set the mouse wheel to modify the font size

Settings->Editor->General

Insert picture description here

Hold down Ctrl and scroll the mouse wheel to modify the font size

Set method separator

If multiple methods are written in a class, a dividing line will be set between the methods

Settings->Editor->General->Apperance

Insert picture description here

Effect picture
Insert picture description here

Set to cancel the operation of single line display tabs

Settings->Editor->General->Editor Tabs

Insert picture description here

Insert picture description here

Set the font color of the comment

Settings->Editor->Language Defaults

Insert picture description here

Set project file encoding

Prevent file garbled

Settings->Editor->File Encodings

Insert picture description here

Set up automatic compilation

If not set, after the file is modified, execute again or execute the file before modification

Settings->Build,Execution,Deployment->Compiler
Insert picture description here

Guess you like

Origin blog.csdn.net/wpc2018/article/details/108417535