IntelliJ Idea --- Essential plug-in series recommendation

Personally organize, follow-up will be updated

One, install the plug-in:

1. Click --> File --> Settings --> Plugins
2. Shortcut key Ctrl+Alt+S --> Plugins

2. Plug-in recommendation (* means strongly recommended installation)

1、Rainbow Brackets

Colored brackets

2、BackgroundImagePlus

To set the background image, select view -> Set Background Image after installation, this option is not available by default, please refer to: BackgroundImagePlus

3、CodeGlance

Thumbnail of the code on the right (install and use)

4. Free-idea-mybatis (mybatis-plus can install mybatisx directly)

xml and mapper jump back and forth

* 5、mybatis-log-plus

sql print tool, you can directly view the sql that can be run after compilation, right-click on the output console and select Restore Sql from Selection, open the sql print panel to view the final executed sql

* 6、 mybatisx

The official plug-in provided by mybatis-plus, xml and mapper jump back and forth, mapper can directly generate sql method in xml ,, refer to: mybatisx

7、Activate-power-mode 或 Intellij_power_mode_II

While writing the code, the window jitters, and smoke comes out. If you like pleasure, you can try

* 8、GenerateAllSetter

Generate all the set assignment methods of the object and set the default value, select the entity class object from new, shortcut key: alt+enter to generate

* 9 Lombok

Not much to say, everyone who has used it knows, getter and setter are automatically generated

* 10、Alibaba Cloud Toolkit

Automatic code deployment artifact, the first configuration is more complicated, please refer to: Alibaba Cloud Toolkit

* 11、Translation

Translation plug-in, installed and ready to use, you can go to settings and click other settings to configure the properties, please refer to: Translation

12、Spring Assistant

yml, properties configuration file is automatically prompted/completed, installed and ready to use, please refer to: Spring Assistant

13、GsonFormat

json string generates entity class, ait+insert will have more gsonFormat option

14、Grep Console

Log color settings, enter from settings, click other settings to configure

15、Nyan Progress Bar

Meow star progress bar, it looks good (install and use)

* 16、Alibaba Java Coding Guidelines

Alibaba development specification (installation means automatic checking when writing code), on the project, or right-click on the file, or under the tool menu, it will appear, and the coding specification scan

Guess you like

Origin blog.csdn.net/qq_41463655/article/details/109383442