Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> 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 it doesn't do this. Because it means I can work slow compiling projects at all. I can work with refactoring features while my code is in the middle of larger refactoring and it doesn't compile. And so on. But if you prefer Eclipse's workflow, why not use Eclipse?



> I can work slow compiling projects at all.

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.


I certainly do, thanks very much.

Incrementally compiling on save, is hardly noticeable versus continuous indexing.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: