Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the recommended plug-in for IntelliJ IDEA

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces you what the IntelliJ IDEA recommended plug-in is, the content is very detailed, interested friends can refer to, hope to be helpful to you.

IntelliJ IDEA recommended plug-in

IntelliJ is recognized as one of the best java development tools in the industry, especially in the areas of intelligent code assistant, code autohint, refactoring, CVS integration, code review, innovative GUI design and so on.

Share some IntelliJ plug-ins commonly used in java development. (note here that it is best not to install the latest version of idea, lest the plug-in does not support the latest version of idea.)

1. Alibaba Java Coding Guidelines (P3C)

The java code specification plug-in produced by https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines https://github.com/alibaba/p3c/tree/master/idea-plugin Alibaba can scan the entire project to find irregularities, and most of them can be repaired automatically. For more information and installation, please see https://github.com/alibaba/p3c/tree/master/idea-plugin

2.FindBugs-IDEA

Https://plugins.jetbrains.com/plugin/3847-findbugs-idea detects possible bug and irregular locations in the code, and detects more patterns than P3C. After writing the code, check to avoid low-level bug. It is strongly recommended to use it. You will find a lot of old code bug accidentally.

3. GsonFormat

It is very convenient for https://plugins.jetbrains.com/plugin/7654-gsonformat to generate java classes based on json text with one click.

4. Maven Helper

Https://plugins.jetbrains.com/plugin/7179-maven-helper one-click view of maven dependencies, view conflicting dependencies, one-click exclude dependency, very convenient for large-scale projects

5. VisualVM Launcher

Https://plugins.jetbrains.com/plugin/7115-visualvm-launcher starts visualvm when running the java program, which makes it easy to check the situation of jvm, such as the allocation of heap memory, how much memory is occupied by an object, and the necessary tools for jvm tuning.

6.Rainbow Brackets

Rainbow color parentheses, look very comfortable, hit the code more efficient.

7.Free Mybatis plugin

Mybatis's mapper interface and xml configuration files navigate each other.

8.lombok

Support a variety of lombok annotations, no need to write getter setter these annotations can be restored to the original java code is very convenient.

9.RESTful tool kit

Navigate to the corresponding source code through the RESTful interface url, and automatically generate test data for testing

10.JRebel

After the local server gets up, modify the class or configuration file hot load, do not restart the server. (this plug-in is a paid plug-in, and a cracking tutorial is attached below) https://blog.csdn.net/qq_27093465/article/details/79148498

About what the IntelliJ IDEA recommended plug-in is shared here, I hope the above content can be of some help to you, you can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report