Source: Lemon Academy
Here are some of the best Intellij plugins I’ve used.
1. .ignore
Address:
Plugins.jetbrains.com/plugin/7495…
Create git ignore file template
Screenshots:
2. lombok
Address:
Plugins.jetbrains.com/plugin/6317…
Support for Lombok annotations, without having to write getter setters, which can easily revert annotations back to native Java code
Screenshots:
3. p3c
Address:
Plugins.jetbrains.com/plugin/1004…
Java code specification plug-in produced by Alibaba
The entire project can be scanned for irregularities and most can be fixed automatically
More to see:
Github.com/alibaba/p3c…
4. FindBugs-IDEA
Address:
Plugins.jetbrains.com/plugin/3847…
Detect possible bugs and irregularities in code, detect more patterns than P3C,
After writing the code to avoid low-level bugs, it is highly recommended to use, accidentally found a lot of old code bugs
Screenshots:
5. GsonFormat
Address:
Plugins.jetbrains.com/plugin/7654…
One-click Generation of Java classes from JSON text is very convenient
Screenshots:
6. Maven Helper
Address:
Plugins.jetbrains.com/plugin/7179…
One-click to view Maven dependencies, view conflicting dependencies, and one-click to exclude dependencies
Very convenient for large projects
Screenshots:
7. VisualVM Launcher
Address:
Plugins.jetbrains.com/plugin/7115…
Start VisualVM while running Java programs to see how the JVM is doing such as allocating heap memory size
How much memory an object occupies is a necessary tool for JVM tuning
Screenshots:
8. GenerateAllSetter
Address:
Plugins.jetbrains.com/plugin/9360…
Calling all of an object’s set methods with one click and assigning default values is very convenient when the object has many fields
Screenshots:
9. MyBatisCodeHelperPro
Address:
Plugins.jetbrains.com/plugin/9837…
Mybatis code automatic generation plug-in, most of the single table operation of the code can be automatically generated to reduce repeated labor greatly improve efficiency
Screenshots:
10. Rainbow Brackets
Address:
Plugins.jetbrains.com/plugin/1008…
The rainbow-colored brackets look nice and make typing more efficient
Screenshots:
11. Translation
Address:
Plugins.jetbrains.com/plugin/8579…
Best use of the translation plug-in, the function is very powerful, the interface is very beautiful
All of the above plug-ins can be found in the Intellij plugin market or installed from your hard drive by opening the link below the plugin name.
For details, see the p3C plug-in installation documentation:
Github.com/alibaba/p3c…
If there are other plug-ins recommended, please leave a message
Read more on my blog:
1.Java JVM, Collections, Multithreading, new features series tutorials
2.Spring MVC, Spring Boot, Spring Cloud series tutorials
3.Maven, Git, Eclipse, Intellij IDEA series tools tutorial
4.Java, backend, architecture, Alibaba and other big factory latest interview questions
Life is good. See you tomorrow