IDEA tools (use tutorials and tools to beautify)

How to use IntelliJ IDEA tools

The old saying goes well: if you want to do well, you must first sharpen your
tools. So today we will talk about the Java compiler tool: IntelliJ IDEA (a tool used by bloggers)

I use IDEA tool here. I found good tutorials written by other bloggers, and I posted the link myself, which is very detailed.

IDEA tutorial: click here to jump

After learning the basics above, you can look at the following to make your IDEA more slippery.

IDEA detailed configuration and usage tutorial: click here to jump

Post my IDEA here:

Insert picture description here
Yes, I have a wallpaper desktop. Those who want to add wallpaper to desktop, come here! !

Not much to say, follow the picture ➡

Setting Set the
Insert picture description here
Background Image background image
Insert picture description here
Image you want to make the desktop image path
Opacity adjust the transparency of the desktop image

Below you can see the desktop effect, you can adjust the transparency and style of the picture while watching the effect

Insert picture description here
After adjusting and clicking OK, you can see that your desktop instantly looks better. You can also adjust your code style by the way.
IDEA comes with four themes, you can adjust your code style (you can download the theme plug-in if you feel it is not enough)

Insert picture description here
After finishing, the desktop has a brand new look, and the mood of coding is much better.

IDEA plug-ins
I use plug-ins:

The shortcut key prompt plug-in
Key promoter is to provide you with shortcut key suggestions when you use a function through non-shortcut keys. It is strongly recommended to install it when you can’t remember the shortcut keys.

Translation plug-in
Translation : support Chinese-English translation and word reading aloud (it is simply the savior of my English rookie)

Speaking of plug-ins
Chinese (Simplified) Language Pack EAP : IDEA Speaking Chinese language pack for bad English speaking students is the savior ah, English white available.

Style plug-in
Nyan Progress Bar : The progress bar has all become cute rainbow kittens (≧∀≦)ゞ The
Insert picture description here
theme plug-in
Material Theme UI contains a large number of theme styles for you to choose.
Insert picture description here
If there is no theme style you like, you too You can go to the theme website to download the style you like, and then import it into IDEA.
Theme website: Portal
Import method:
Insert picture description here
select the path of the theme you downloaded, import the settings, and then you can see the theme you downloaded in the previous settings theme.
Insert picture description here
That's it for plug-ins, and there are many excellent plug-ins waiting for us to discover.

The above is my little trick to use IDEA, so that the process of coding is no longer so boring. Have more fun and work harder! ! !

Guess you like

Origin blog.csdn.net/ITvegetable/article/details/112242741