7 Must have IntelliJ IDEA Plugins in 2021 for Java Developers

7 Must have IntelliJ IDEA Plugins in 2021 for Java Developers

Hey, Tea Lovers! Let’s look at the 7 must-have IntelliJ Idea Plugins in 2021 for Java Developers. These plugins will help you skyrocket your productivity along with some fun elements. Every Java developer using IntelliJ IDEA must add these plugins right after installing Intellij. However, I also have another list focused on the same topic with different plugins. You can read them on Every Programmer Needs these IntelliJ IDEA Plugins. So let us jump right into it. but before that, prepare your cup of tea to sip and code. ...

August 13, 2021 Â· 4 min Â· Imran Shaikh
You Must have these IntelliJ IDEA Plugins

Every Programmer Needs these IntelliJ IDEA Plugins

Hey, Tea Lovers! Today we will talk about the top IntelliJ IDEA plugins every programmer should have. These IntelliJ plugins help us, programmers, to be more productive and make our life easy. This post is one of the series on Plugins or Extensions every Programmer needs for their IDE. We already discussed these for Eclipse IDE and VSCode. Please check them out. A few of the plugins are for some fun and some are dependent on what you do. This post is an addition to our post series to improve your productivity through IDEs. We already have written posts like, " You Only Need These 7 IntelliJ IDEA Shortcuts to Skyrocket Your Productivity" and " Eclipse IDE Shortcuts to Skyrocket Your Productivity". We will be uploading the must-have plugins for Eclipse. ...

October 3, 2020 Â· 5 min Â· Imran Shaikh
Project Lombok (1)

Say Good-Bye to Boilerplate Code with Lombok: Part 1-Installation

Hey! Tea lovers! Before talking about Lombok, what are the things that irritate us Java Developers the most? Well yes, hearing “Java is dying” from a Python developer is irritating but it is the second thing. The first one is the boilerplate code. We write it almost every time. Setters and getters, constructors, toString, and many others for simple POJO classes. Of course, IDE can generate this code for you but again, your simple POJO class then becomes redundant. And the only things that matter in the POJO are the fields, so why not write fields only and let the compiler handles the rest of the things? And that’s where Project Lombok comes into the picture. ...

June 19, 2020 Â· 4 min Â· Imran Shaikh
You Only Need These 7 IntelliJ IDEA Shortcuts to Skyrocket Your Productivity (1)

You Only Need These 7 IntelliJ IDEA Shortcuts to Skyrocket Your Productivity 

IntelliJ IDEA, by far, is the most productive and beautiful IDE out there for Java development. It features so many shortcuts and useful utilities, that I bet even the creators would have forgotten. These IntelliJ IDEA shortcuts can skyrocket your productivity while coding. To be honest, you don’t need to learn every shortcut, only a handful of them are used daily, and the following commands are even more common. These select few are enough for the everyday life of a programmer. ...

May 14, 2020 Â· 5 min Â· Imran Shaikh