Best 5 IntelliJ IDEA Plugins for Java Developer | Improve Your Coding Efficiency | JavaTechie

preview_player
Показать описание
I believe many Java programmers use IntelliJ Idea to write code like me, idea provides rich and powerful functions, such as automatic code completion, editing and navigation, powerful search functions, and so on. Working with IntelliJ Idea gives you a great coding experience. Today, I will recommend five excellent third-party plugins. Because of these plugins, my coding efficiency has been greatly improved.

📚Agenda 📚
(00:00) What you will learn
(01:33) GenerateAllSetter Plugin
(10:06) Maven Helper Plugin
(15:08) Codota AI Autocomplete Plugin
(16:47) GsonFormat Plugin
(19:20) Key Promoter X Plugin

#javatechie #SpringBoot #Plugins

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Awesome, Shortcuts... Again informative Content to improve coding in fast and Efficiency way....😀👍

kapilausarmal
Автор

A few tips:

GenerateAllSetter plugin is useless, if you are following these points:
- make DTO class final (use record) and use the constructor to set all values
- don't write own mapper (DTO <-> Entity), when you can use Mapstruct
- use builder instead of multiple setters, it looks a lot better

Also I wouldn't use GsonFormat plugin, because json is usually used in REST API, so you should have the schema. In 2022 most of the developers are using Open Api specification. So you should use which will generate all model classes automatically for you from the Open Api Specification. It can also generate controllers and more...

marekmasek
Автор

Always enjoy learning from you. You never miss to add even such smaller contents with detailed explanation.

ashishsahu
Автор

You can generate constructors, get/set/override methods with alt+insert within the class body.

ivanjermakov
Автор

Great video, thx. There are some plugins like allSetters but with builderFormart?

gallardofabian
Автор

Maven helper is there a gradle equivalent?

ohhhgggeeezzz
Автор

Thanks for active automatic subtitles.

compartelo
Автор

Hi Sir, Codota AI Autocomplete not available now on Intellij IDEA community version on windows, any suggestions on how to get this plugin? Thanks a lot for useful info sharing...

jayaprakashabc
Автор

Sir, your content is helping us a lot and you have covered almost each and every topic what developer is looking for. Sir if you don't mind can you create a tutorial based on Design Patterns please.

sureshreddyp
Автор

I am already using codata rest of the thing I'm going to use its AWESOME tricks

mir
Автор

Can you do the same for eclipse as well

ravitejpotti
Автор

Is 2nd Generation core i5
8GBB DDR3 RAM 240GB SATA SSD good for Coding/Software development?
Like: MySql, VMware, Kotlin, Android studio, Java, NetBeans, Sql, Intellij idea, vs code

awinashkumar
Автор

Which apple laptop are you using for creating videos and development?

NitishKumar
Автор

awesome worldclass mindblowing bombastic!

dipesh
Автор

Good work ... Expecting more like this

abishekmadhav
Автор

Will this maven helper plugin be applied to gradle?

sivannarayanapenumala
Автор

Great Video!!
Please make video on shortcut key/commands used in IntelliJ IDEA.

karishmarawat
Автор

Thanks Basant, very helpfull content. Can you please do some videos on Design Patterns with best examples?

sanjaypamarthi
Автор

could you please tell me which font it is?

sourabbhowmik
Автор

very informative video to increase productivity....

gauravpatel