|
|
|
|
|
by sajithdilshan
8 days ago
|
|
I remember it was pretty slow even like early 2020s. But since they have introduced the new UI design IDE, somehow they have optimized it. 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. |
|