JetBrains
jetbrains.com › help › idea › managing-plugins.html
Plugins | IntelliJ IDEA Documentation
2 weeks ago - Learn how to install, update, disable, and manage plugins in IntelliJ IDEA. Discover JetBrains Marketplace plugins, install from disk, and set up custom repositories.
JetBrains
plugins.jetbrains.com
IntelliJ IDEA Plugins and Themes | JetBrains Marketplace
GitLabPlus - Create and view GitLab Merge Requests in IntelliJ IDEA. 在 IDE 中快速创建 / 查看 GitLab Merge Request。 自动识别当前项目的 GitLab 远程仓库 基于源/目标分支差异 commit 自动生成 MR 标题... ... PHP composer.json support Donate using PayPal or Bitcoin This plugin adds auto completion and inspections support for composer.json file in PHP projects. ... MyBatisCodeHelperPro plugin for java mybatis framework, provide auto completion inspection, code generation, make mybatis easy to use...
01:25
Install plugins from the marketplace directly in IntelliJ IDEA ...
00:47
How To Install Plugins On Intellij - YouTube
01:07:38
Essential Tools for JetBrains IDE Plugin Development - YouTube
09:20
IntelliJ IDEA - Useful Plugins - My IDE Setup (2023 Edition) - YouTube
5 intellij idea free plugins to increase productivity | For intellij ...
7 Amazing Plugins Every Java Dev Should Use in IntelliJ IDEA
Reddit
reddit.com › r/springboot › over the weekend i compiled a list of intellij ide plugins that i think every jvm developer would love, find them here. feedback will be greatly appreciated.
r/SpringBoot on Reddit: Over the weekend I compiled a list of Intellij Ide plugins that I think every JVM developer would love, find them here. Feedback will be greatly appreciated.
June 7, 2023 -
https://digma.ai/blog/25-best-intellij-idea-plugins-for-developers-in-2023/
Top answer 1 of 4
7
Interesting. I see you moved from Eclipse to Intellij. But don't you hve to invest in the Intellij Ultimate edition, as the community edition doesn't have Spring support. I am still using Spring Tool Suite version of Eclipse. It works for me and is free. Why would I change? Change my mind!
2 of 4
2
Idea is pretty good itself at detecting from your own code what your are using and suggesting plug-in based on the technologies you use in your projects.
Top answer 1 of 15
30
Nyan cat progress bar
2 of 15
13
To counter some of the other comments: as few as possible. Plugins are useful tools but each one adds more work to be done, more chances for bugs and more risk. I try and only stick with plugins from jetbrains or larger, well run organizations. I also try and stick just to plugins that I actually need. If you are asking an open ended question for recommendations on reddit, chances are you don't need the plugins you'll get as a reply.
JetBrains
plugins.jetbrains.com › plugin › 27368-java
Java - IntelliJ IDEs Plugin | Marketplace
August 9, 2025 - Adds support for the Java language, including Java projects, language syntax highlighting, inspections, and all other coding assistance features.
GitConnected
levelup.gitconnected.com › elevate-your-coding-game-the-top-intellij-plugins-to-boost-productivity-and-improve-your-bb3222046ddc
Elevate Your Coding Game: The Top IntelliJ Plugins To Boost Productivity and Improve Your Development Workflow | by Corey Duffy | Level Up Coding
January 17, 2023 - Key Promoter X will display the keyboard shortcuts for many of the mouse-clicks you make. Taken from https://plugins.jetbrains.com/plugin/9792-key-promoter-x · If, like me, you use maven as a build tool for the majority of your Java projects, then the Maven Helper plugin may be of interest to you.
Medium
medium.com › threadsafe › intellij-idea-plugins-which-every-java-developer-need-to-have-6017ef5c3de4
IntelliJ IDEA plugins which every Java developer need to have | by Saeed Zarinfam | ThreadSafe | Medium
June 14, 2025 - I am used to IntelliJ IDEA Community Edition (free and open-source version) and found it great (and faster) for Java and Scala development. In this post, I am going to introduce some useful IntelliJ IDEA plugins which help me in everyday coding: Indent Rainbow, Rainbow Brackets, Maven Helper, Lombok, Request mapper, Json Parser
GeeksforGeeks
geeksforgeeks.org › java › 7-must-have-intellij-idea-plugins-for-java-developers
7 Must Have IntelliJ IDEA Plugins For Java Developers - GeeksforGeeks
July 23, 2025 - For convenience, we can install all the plugins via the Plugins tab on the Welcome screen. Breaking news! People who sometimes miss seeing rainbows in the sky can see them in the IntelliJ IDEA. No, We are not kidding. While writing Java code having many nested loops and statements, it's difficult to track which opening bracket corresponds to which closing bracket.
SoftwareMill
softwaremill.com › best jetbrains plugins
Best Plugins For JetBrains IDEs
We can run the singular, run whole test suite from IntelliJ or pass configuration from the standard IDE window. I would not be myself (Scala Software Engineer) if I would not mention this plugin. It adds full support for Scala syntax, build tools, and test libraries. Basically, providing a similar level of support as Java ...
Java Code Geeks
javacodegeeks.com › home › software development
Ten IntelliJ Idea Plugins - Java Code Geeks
September 20, 2023 - Language Support: SonarLint supports multiple programming languages, including Java, JavaScript, C#, Python, TypeScript, and more. It provides language-specific analysis rules tailored to the nuances and best practices of each language. Integration with IDEs: SonarLint seamlessly integrates into popular IDEs such as IntelliJ IDEA, Eclipse, Visual Studio, and VS Code. It appears as a plugin or extension that can be installed and configured within the IDE, making it easily accessible and available during the development process.
Snyk
snyk.io › blog › best-intellij-plugins-for-improving-your-coding-experience
The 8 best IntelliJ plugins for improving your coding experience | Snyk
August 26, 2021 - This way I can easily create a List with the List.of() method in Java like below. The SonarLint plugin is a great plugin for code quality assurance. It helps you identify code smells, bad habits and possible bugs in your code. By default, it will use static rules roughly based on an aggregation of the PMD, findbugs and checkstyle rules. The nice thing about this plugin is that it shows you information on the fly and integrates with the git capabilities of IntelliJ.
JetBrains
plugins.jetbrains.com › docs › intellij › developing-plugins.html
Introduction to Plugin Development | IntelliJ Platform Plugin SDK
July 21, 2026 - IntelliJ Platform plugins can be developed by using IntelliJ IDEA with the Plugin DevKit plugin installed.