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 useful Intellij plug-ins?

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article introduces which Intellij plug-ins are easy to use, the content is very detailed, interested friends can refer to, hope to be helpful to you.

1. Ignore

Address:

Https://plugins.jetbrains.com/plugin/7495--ignore

Generate all kinds of ignore files and create a template for the git ignore file with one click to avoid writing it yourself.

Screenshot:

3. P3c

Address:

Https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines

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.

More to see:

Https://github.com/alibaba/p3c/tree/master/idea-plugin

4. FindBugs-IDEA

Address:

Https://plugins.jetbrains.com/plugin/3847-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.

Screenshot:

5. GsonFormat

Address:

Https://plugins.jetbrains.com/plugin/7654-gsonformat

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

Screenshot:

6. Maven Helper

Address:

Https://plugins.jetbrains.com/plugin/7179-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.

Screenshot:

7. VisualVM Launcher

Address:

Https://plugins.jetbrains.com/plugin/7115-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

Screenshot:

8. GenerateAllSetter

Address:

Https://plugins.jetbrains.com/plugin/9360-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.

Screenshot:

9. MyBatisCodeHelperPro

Address:

Https://plugins.jetbrains.com/plugin/9837-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

Screenshot:

There are many other general plug-ins, which are also very easy to use. Several are recommended: 1. Rainbow Brackets

Address:

Https://plugins.jetbrains.com/plugin/10080-rainbow-brackets

Rainbow color brackets look comfortable and more efficient in tapping the code.

Screenshot:

2. Translation

Address:

Https://plugins.jetbrains.com/plugin/8579-translation

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

Which of the easy-to-use Intellij plug-ins are shared here, I hope the above content can be of some help to 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