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 most useful plug-ins in idea

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article will explain in detail what are the most practical plug-ins in idea, and the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

Making good use of Intellij plug-ins can improve our development efficiency.

Here are a few plug-ins that feel good that I've used:

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

About which of the most useful plug-ins in idea are shared here, I hope the above content can be of some help to you and 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