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 are the plug-ins for Intellij?

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

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of Intellij plug-ins, the content is detailed and easy to understand, easy to operate, and has a certain reference value, I believe you will gain something after reading this Intellij plug-in, let's take a look at it.

1 、 ignore

Students who often use git must be familiar with ignore. We can set some rules in this file to ignore submission.

Through this plug-in, you can generate all kinds of ignore files and create templates for git ignore files with one click, which solves the trouble of manual configuration.

2 、 lombok

When we create an entity, we usually generate the GET/SET method for each field, but it is very troublesome to re-generate the GET/SET method in case we need to add or decrease the fields later.

Through the plug-in, through the form of annotations to solve these problems, but also through annotations to complete the constructor and so on.

3 、 p3c

Plug-in for java code specification produced by Alibaba

You can scan the entire project to find irregularities and most of them can be repaired automatically.

For more information, see https://github.com/alibaba/p3c/tree/master/idea-plugin.

4 、 FindBugs-IDEA

Detect possible bug and irregular locations in the code, and detect more patterns than P3C

Check to avoid low-level bug after writing the code. It is strongly recommended to use it. If you are not careful, you will find a lot of old code bug.

5 、 GsonFormat

It is very convenient to generate java classes from json text with one click.

6 、 Maven Helper

One click to view maven dependencies, one click to view conflicting dependencies, one click to perform exclude dependencies

It is very convenient for large projects.

7 、 VisualVM Launcher

Start visualvm when you run the java program, making it easy to view jvm, such as the allocation of heap memory size

How much memory is occupied by an object? a necessary tool for jvm tuning

8 、 GenerateAllSetter

It is convenient to call all set methods of an object with one click and assign default values when there are many object fields.

9 、 MyBatisCodeHelperPro

Mybatis code automatic generation plug-in, most of the single table operation code can be automatically generated to reduce repetitive work and greatly improve efficiency

10 、 Translation

The best translation plug-in, very powerful, beautiful interface

This is the end of this article on "what are the plug-ins for Intellij?" Thank you for reading! I believe you all have a certain understanding of "what are the plug-ins of Intellij". If you want to learn more, you are welcome to follow the industry information channel.

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