|
|
|
|
|
by tiew9Vii
8 days ago
|
|
I've used InteliJ on and off for 20 plus years. It's progressively got bloated and slower, not faster. 20 years ago it was the fast lean option when there was Netbeans and Eclipse. Today it's ok, still good feature wise but fast and lean it is not anymore when I've used it for Scala oand Kotlin. |
|
I think they made it modular so only the core module that is needed are loaded and some modules are loaded only if it's needed by a plugin. Also, they have optimized indexing as well. I remember the whole thing slowed down when it starts to index a medium size gradle project, but now it runs the indexing in the background but the rest of the IDE quite responsive.
However, it seems like in general they are moving at right direction when it comes to optimizing the core of the IDE and all other functionalities comes as plugins and you can just uninstall them if not needed. I use the community edition every day and recently I have been using claude code for coding, but I still use debug console most of the time. I haven't found another IDE which is as powerful as IDEA when it comes to debugging a JVM language project.