Intellij IDEA Tutorial (XI) IDEA Preferences

A theme download

Click here to download the theme
Here Insert Picture Description
Click here to download theme
Here Insert Picture Description

The jar download a good idea introduced in the package,

Color_themes can create new folders in the installation directory tool,

After we downloaded the jar put into the theme of the future like the theme can be downloaded placed into this again.

Select Import Settings to import here

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description
Import is complete, click Restart idea, you can see the effects.
Here Insert Picture Description

II. Background image

Click in the blank area Ctrl + Shift + A, and then enter Set in the search box
Here Insert Picture Description
and then select the pictures
Here Insert Picture Description
for everyone to see benefits, ha ha.
Here Insert Picture Description

III. Turn off Automatic Updates

Automatically check updates for canceled check under File-> Settings-> Appearance & Behavior-> System Settings-> Updates
Here Insert Picture Description

IV. .Idea hidden folders and other documents .iml

IntelliJ IDEA project will automatically generate a folder and .iml .idea text speak, watching it is an eyesore, so the above documents were hidden process
in the File-> Settings-> Editor-> "Ignore files and folders" under the File Types Add a column .idea; .iml; other configurations as shown in FIG.
Here Insert Picture Description

V. recommend eye color background

For a long time to write code, or bar, color number of recommended eye color: # F0FFE8
Here Insert Picture Description

VI. Automatic guide packet

You can only import a single package Intellij IDEA, Eclipse does not like rapid import package shortcut Ctrl + Shift + O, but there is a package of auto-import feature under Intellij IDEA. Configuration in File-> Settings-> Editor-> General-> Auto Import, detailed configuration such as shown below:

Here Insert Picture Description

  • Insert imports on paste: Copy the code, imported package for the need for an option inquiry.
  • ASK (will play the prompt box when the package name to be imported, ask if you want to import)
  • NONE (not play the balloon when the package name to be imported, not automatically)
  • ALL (automatically imported when the package name to be imported, can not play the prompt box)
  • Show import popup: When declaring input of the class has not been imported, a dialog box will pop up selection
  • Optimize imports on fly: introducing automatic optimization package, to remove unwanted packets
  • Add unambiguous imports on the fly: This is the automatic import feature, and when you enter the name of the class declaration is automatically imported
  • Exclude from Import and Completion: This is actually your custom import, you can not focus, in general, you are no longer applicable
Published 79 original articles · won praise 46 · views 510 000 +

Guess you like

Origin blog.csdn.net/u013254183/article/details/105345999