Earlier quoted context omitted.
Try to debug JNI code in Jetbrains IDEs, go try it. Ah, I forgot they rather sell a Clion license instead. Or stop the damm thing to run indexing, or avoid doing 10 finger combos, showing code problems without running inspections, doing Java compilation on save without using Eclipse's own compiler,...
> showing code problems without running inspections You can configure which inspections are run all the time and which are not > doing Java compilation on save without using Eclipse's own compiler If you are saving files with Intellij. Configure Intellij to save when focus is lost. I haven't pressed Ctrl-S in 15 years in Intellij. Regarding the automatic compiling whenever you save, like in Eclipse. I am really happy…
Eclipse has incremental compile. Only parts you changed are compiling and it is not slow at all.
> I can work with refactoring features while my code is in the middle of larger refactoring and it doesn't compile.
That works in Eclipse perfectly well - except that code completion and suggestions are much better then the ones you get in Idea.