"build on save" features in IntelliJ 12?
Hey,
is there any plans to implement the following features in IntelliJ 12:
"How to see imediately compile errors in project tree."
For example: if I make a change in a class that will break the rest of code,how do i know which code is broken?
cheers, stevo
Please sign in to leave a comment.
Checkout this blog post:
http://blogs.jetbrains.com/idea/2012/06/brand-new-compiler-mode-in-intellij-idea-12-leda/
So it shall be the Eclipse way.
alright - great!
i will try it out with the last build.
thx for replay!
cheers
hello,
tried but it didnt work.
when I remove setter that is used in other classes, nothing happens. no red underscore on the affected classes / tree.
but when I’ve added the setter back, the underscore disappears in few seconds..
is there some special configuration necessary or is it not implemented yet?
(IDEA: 122.639)
cheers, stevo
http://blogs.jetbrains.com/idea/2012/11/intellij-idea-12-eap-122694-with-new-compiler-mode/
Since 122.694 new compiler mode is turned on by default. In your version you have to turn it on explicitly. Don't know where, but somewhere around Settings -> Compiler you shall find it.