

The library is enormous, and it can be a bit easy to get lost. The JetBrains Marketplace has plenty of plugins with useful features that can address your personal or business-specific needs.
#Intellij idea plugins code
Lombok solves these problems for us by using Lombok annotations or There is no need to write or generate methods such as GET /set, which greatly reduces the amount of code and reduces the burden of code maintenance.Though IntelliJ IDEA is a fully capable IDE, you may want to personalize it.

Java language, every time to write entity class need to write a lot of setter, getter, if the bean property once modified, deleted or added, need to generate or delete get/set and other methods, to increase the burden of code maintenance, which is also a reason Java is criticized. Convert to PascalCase (or convert to camelCase)Īlibaba code specification check plug-in, of course, the specification can refer to the "Alibaba Java development manual".


MyBatis Log Plugin this plug-in is to directly display the SQL script executed by MyBatis, without processing, can be directly copied out of the execution, as shown in the figure:Īfter executing the program, we can clearly see which SQL scripts we have executed, and the scripts can be executed and run. If we want to execute it directly, we need to convert it manually. During development, Mybatis scripts will be directly exported to the console, but by default, the output script is not a direct executable. Mybatis is now the first choice for database manipulation in Java. Clicking on the arrow will direct us to the location of the corresponding XML file. This plug-in is convenient for our operation.Īfter the installation is complete and IDEA is restarted, we will see a green arrow to the left of code or an extra column. When we use Mybatis in development, we need to find the SQL statement in the corresponding XML through mapper interface. Mybatis plugin lets you edit mybatis.xml like Java code. You can search by keyword directly, the search terms are regular expression support. You can also set the display styles for different log levels. After installation, right-click the console to open the log. Idea console can display various levels of logs in color. In the pop-up box, select the local Image and click OK.Ĭustom log colors. Idea background modification plug-in, let your IDEA out of the ordinary, you can set your favorite picture as the code background.Īfter the installation is successful and restart, click the VIew TAB on the menu bar and click Set Background Image(this TAB is not available if the plug-in is not installed). Write code to make the whole screen shake, activate-power-Mode is white, power Mode II color is cooler. Migrate to IDEA according to the effect of Atom's plugin activate-power-mode See the previous Settings article for more details.
#Intellij idea plugins install
Install JetBrains plugin, third party plugin, locally downloaded plugin package. Open the setting file and select the Plugins option IDEA's powerful plug-in library can not only bring us some convenient development, but also reflect our uniqueness. Today, I would like to introduce some cool plug-ins of IDEA.
