search
Homeheadlines30 practical IDEA plug-ins worth collecting [recommended]

"If you want to do your job well, you must first sharpen your tools." Some good tools can indeed improve work efficiency. This article summarizes and shares some practical IDEA plug-ins commonly used in work. I hope it will be helpful to everyone!

30 practical IDEA plug-ins worth collecting [recommended]

Sort by display order in IDEA

1. .ignroe

30 practical IDEA plug-ins worth collecting [recommended]

Plug-in to ignore files

2. AiXcoder Code Completer local model version

30 practical IDEA plug-ins worth collecting [recommended]

Intelligent code completion

Local version, no need to upload code, ensuring code security!

Advanced deep learning model compression technology, runs smoothly locally!

Use massive open source code training to support different subdivisions!

Official website: https://www.aixcoder.com/#/

The newly launched local model cloud large model (Billion parameter level) is open for trial and benchmarking It should be GitHub's GitHub Copilot

3. Alibaba Cloud AI Coding Assistant (Cosy)

30 practical IDEA plug-ins worth collecting [recommended]

Alibaba Cloud Intelligent Coding Plug-in

Official website: https://developer.aliyun.com/tool/cosy

Alibaba Cloud AI Coding Assistant is based on the leading The deep learning model provides you with accurate line-level code intelligent completion, making coding as natural and efficient as flowing water.

PS. After comparing the two, I think AiXcoder is better (personal opinion based on personal code)

4. Alibaba Java Coding Guidelines plugin support.(XenoAmess TPM)

30 practical IDEA plug-ins worth collecting [recommended]

Alternative to Alibaba Java Coding Guidelines

This TPM is designed to help maintain Alibaba /p3c, fix bugs, and add improvements because the original developers were too busy to work on them.

5. Auto filling Java call arguments

30 practical IDEA plug-ins worth collecting [recommended]

Auto filling Java call arguments

I don’t seem to use this much. . .

6. CamelCase

#Convert string to camel case Shift alt U

30 practical IDEA plug-ins worth collecting [recommended]

You can set the required format and conversion sequence in the setting

6-30 practical IDEA plug-ins worth collecting [recommended]

7. CSDN Tool

30 practical IDEA plug-ins worth collecting [recommended]

Plug-in produced by CSDN

7-30 practical IDEA plug-ins worth collecting [recommended]

##8. Extra Icons

30 practical IDEA plug-ins worth collecting [recommended]

Icon beautification plug-in

9. Generate Document

30 practical IDEA plug-ins worth collecting [recommended] ##Java document generation tool, no code intrusion, supports REST, Dubbo and other interface definitions, users can customize document templates

10. generateAllSet

30 practical IDEA plug-ins worth collecting [recommended]Call all set methods of an object with one click

11. Gitee

130 practical IDEA plug-ins worth collecting [recommended]Code Cloud Official Plug-in

11-30 practical IDEA plug-ins worth collecting [recommended]

12. Github Copilot

130 practical IDEA plug-ins worth collecting [recommended]Personally I think the most powerful code prompt plug-in But it may be a little slow sometimes due to network problems

13. GitToolBox

130 practical IDEA plug-ins worth collecting [recommended]

git enhancement tool

14. Grep Console

130 practical IDEA plug-ins worth collecting [recommended]

Filter logs, add background and upper colors to logs of different levels or logs of different patterns.

15. JRebel and XRebel

130 practical IDEA plug-ins worth collecting [recommended]

##hot deployment artifact

16. Maven Helper

130 practical IDEA plug-ins worth collecting [recommended]

View maven's dependency tree and resolve jar package conflicts After installation, open the pom file to use

16-30 practical IDEA plug-ins worth collecting [recommended]

17. maven-search

130 practical IDEA plug-ins worth collecting [recommended]

Maven dependency search plug-in produced by Source Code Reading Network

18. Momo Code Sec Inspector(Java)

130 practical IDEA plug-ins worth collecting [recommended]

Java static code security audit plug-in.

The rules exist in the inspection of setting

18-30 practical IDEA plug-ins worth collecting [recommended]

##19. Mybaits Log Plugin

130 practical IDEA plug-ins worth collecting [recommended]An idea plug-in that assembles the sql and parameters printed in the console into a complete sql statement

20. MyBatisCodeHelper-Pro

30 practical IDEA plug-ins worth collecting [recommended] is probably the best Mybatis code prompt, fully supports Mybatis dynamic sql code prompts, code detection, and code prompts are available almost everywhere when writing sql

21.Nyan Progress Bar

230 practical IDEA plug-ins worth collecting [recommended]Rainbow Progress Bar

##22. Presentation Assistant

Display the current operation shortcut keys230 practical IDEA plug-ins worth collecting [recommended]

22-30 practical IDEA plug-ins worth collecting [recommended]##23 .Rainbow Brackets

Rainbow Brackets setting interface can be set There are shortcut keys ctrl, right mouse button and alt right mouse button to quickly display the corresponding content of the brackets

230 practical IDEA plug-ins worth collecting [recommended]

##24. Restful Fast Request23-30 practical IDEA plug-ins worth collecting [recommended]

Restful Fast Request230 practical IDEA plug-ins worth collecting [recommended]

https://dromara.gitee.io/fast-request/

is the idea version of Postman. It is a powerful RESTful API toolkit plug-in that can help you quickly generate URLs and params based on existing methods.

Restful Fast Request = API debugging tool API management tool API search tool

. It has a beautiful interface to complete requests, check server responses, store your API requests and export API requests. The plug-in helps you debug your API faster and more efficiently in the IDEA interface

Compared with HTTP Client, Fast Request not only has the built-in functions of HTTP Client, but also provides a friendly, easy-to-understand and intuitive interface, allowing users to It can be more convenient and simple to debug the API. At the same time, various types of parameters also provide different customization methods, making it more flexible. It also integrates additional functions such as search, Postman integration, and Swagger support.

25.RestfulTool

Find interface shortcut keys ctrl alt /

Quickly search the interface within the project230 practical IDEA plug-ins worth collecting [recommended]

26. SequenceDiagram

230 practical IDEA plug-ins worth collecting [recommended]

View interface timing diagram

27.StringManipulation

230 practical IDEA plug-ins worth collecting [recommended]

Powerful string tool plug-in

28. Translation

230 practical IDEA plug-ins worth collecting [recommended]

##Translation plug-in

There is a setting interface

Customizable translation interface

29. Vue.js

230 practical IDEA plug-ins worth collecting [recommended]

VUE plug-in

30. zero-width-characters-locator

30 practical IDEA plug-ins worth collecting [recommended]

can prevent Some hard-to-find errors related to invisible zero-width characters in source code and resources

(Learning video sharing:

web front-end development, programming basics video)

Statement
This article is reproduced at:掘金社区. If there is any infringement, please contact admin@php.cn delete
idea社区版和专业版的区别idea社区版和专业版的区别Nov 07, 2023 pm 05:23 PM

idea社区版和专业版的区别在授权方式、功能、支持与更新、插件支持、云服务与团队协作、移动开发支持、教育与学习、集成与扩展性、错误处理与调试、安全性与隐私保护等方面。详细介绍:1、授权方式,社区版是免费的,适用于所有开发人员,无论使用什么操作系统,社区版支持开源项目和商业项目,专业版是付费的,适用于商业开发,专业版有30天的试用期,之后需要购买许可证才能继续使用等等。

Idea如何启动多个SpringBoot项目Idea如何启动多个SpringBoot项目May 28, 2023 pm 06:46 PM

一、准备工作使用Idea构建一个helloworld的SpringBoot项目。开发环境说明:(1)SpringBoot2.7.0(2)Idea:IntelliJIDEA2022.2.2(3)OS:MacOS环境不太一样,有些操作是有些微区别的,但是整体的思路是一样的。二、启动多个SpringBoot2.1方案一:修改配置文件的端口在SpringBoot项目中,端口号可以在配置文件进行配置,所以最简单可以想到的方案是修改配置文件application.(properties/yml)的端口配置s

五个IntelliJ IDEA插件,高效编写代码五个IntelliJ IDEA插件,高效编写代码Jul 16, 2023 am 08:03 AM

人工智能AI是当前广受认可的未来趋势和发展方向。虽然有些人担心AI可能会取代所有的工作,但实际上只会取代那些重复性高、产出低的工作。因此,我们应该学会更加聪明地工作,而不是使劲努力地工作。本文介绍5个由AI驱动的Intellij插件,这些插件可以帮助你提高生产力,减少繁琐的重复性工作,让你的工作更加高效、便捷。1GithubCopilotGithubCopilot是由OpenAI和GitHub联合开发的一款人工智能代码辅助工具。它使用了OpenAI的GPT模型来分析代码上下文,预测并生成新的代码

idea springBoot项目自动注入mapper为空报错如何解决idea springBoot项目自动注入mapper为空报错如何解决May 17, 2023 pm 06:49 PM

在SpringBoot项目中,如果使用了MyBatis作为持久层框架,使用自动注入时可能会遇到mapper报空指针异常的问题。这是因为在自动注入时,SpringBoot无法正确识别MyBatis的Mapper接口,需要进行一些额外的配置。解决这个问题的方法有两种:1.在Mapper接口上添加注解在Mapper接口上添加@Mapper注解,告诉SpringBoot这个接口是一个Mapper接口,需要进行代理。示例如下:@MapperpublicinterfaceUserMapper{//...}2

IntelliJ IDEA中如何调试Java Stream操作IntelliJ IDEA中如何调试Java Stream操作May 09, 2023 am 11:25 AM

Stream操作是Java8推出的一大亮点!虽然java.util.stream很强大,但依然还是有很多开发者在实际工作中很少使用,其中吐槽最多的一个原因就是不好调试,一开始确实是这样,因为stream这样的流式操作在DEBUG的时候,是一行代码,直接下一步的时候,其实一下就过去了好多操作,这样我们就很难判断到底是里面的哪一行出了问题。插件:JavaStreamDebugger如果你用的IDEA版本比较新的话,这个插件已经是自带的了,就不需要安装了。如果还没安装的话,就手工安装一下,然后继续下面

idea是什么软件idea是什么软件Sep 02, 2022 pm 05:05 PM

idea是一种Java集成开发环境工具软件,由JetBrains软件公司开发。IDEA提倡智能编码,特殊功能有:智能选取、编码辅助、灵活的排版、动态语法检测、代码检查、对JSP的完全支持、预置模板、版本控制完美支持、智能代码等。

idea如何配置tomcatidea如何配置tomcatJan 09, 2024 pm 05:08 PM

配置步骤:1、打开IntelliJ IDEA并进入项目;2、点击顶部菜单中 “Run”;3、选择左上角的加号并选择 “Tomcat Server” > “Local”;4、在 “Server” 选项中,点击 “Configure” 并选择Tomcat的安装目录;5、在 “Deployment” 选项中,点击加号添加你的项目;6、在 “Before launch” 中操作保存即可

idea中同一SpringBoot项目多端口怎么启动idea中同一SpringBoot项目多端口怎么启动May 13, 2023 pm 04:58 PM

现在已经有一个在跑着使用的默认端口8080选中1,点击2.这个时候就有两个skyApplication-Dserver.port=9999比如这里配置的是9999,这样配置主要用于测试NGINX选中运行起来

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!