Member-only story
16 IntelliJ IDEA Plugins You Should Download
My articles are open to everyone; non-member readers can read the full article by clicking this link.
Hello, Developers! 👋
Welcome to my new article. In this article, we are going to deep dive into necessary Intellij IDEA plugins you must install.
Intellij IDEA is one of the best IDEs available on the tech market. It is specifically designed for Java developers, however, it supports multiple programming languages for other developers to use.
Plugins (a.k.a Extensions) are inseparable part of the development. In this article, I am going to share my favorite plugins that I use in my coding journey.
Plugins
- Supporting Environment files — .env files are the best way to define your secrets, passwords. Refer for more.
- SonarQube — In order to improve code quality. Refer for more.
- One Dark Theme — Range of themes to. Refer for more.
- JPA Buddy — No need to remember some JPA rules, install this plugin to speed up entity creation process.
- Maven Helper — Build tools revolutionized the project development, Maven is an old tool, but it is being used in thousands of project. This…