Hacker News new | ask | show | jobs
by harrytuttle 4710 days ago
Does it do incremental compilation now? One of the killers for me with NetBeans (and Visual Studio) was the compilation waits. I'd swap back from eclipse in an instance if they do that.
1 comments

It has for a long time. Just invoke the 'Build Project' (F11) functionality, instead of the 'Clean & Build Project' one (Shift+F11).

Or if you mean dynamic recompilation of your code as you type it to warn you of possible errors, then yes, it does that too...

Excellent. Thanks for the information.