Error underline
When i change something in any java class - for example: constructor - idea does not underline invocation of this constructor in other classes until i compile app or go into this class.
How i can change this behavior ? I want next: idea instantly as i change consturcot, for example, underline all classes with mistake
ps sorry 4 my bad english(
请先登录再写评论。
Hello Dmitry,
There is no such feature in IntelliJ.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
sorry( eclipse has
Hi Dmitry,
In the coming version we are going to implement a new way of compiling and making classes - "out-of process make". This in turn will allow us to implement the "project-wide error highlighting" feature you are talking about.
For project-wide error highlighting displaying compiler errors instead of results of source code analysis (what eclipse actually does) seems to be the only way of implementation that will work reasonably fast.
Best regards,
Eugene Zhuravlev
Senior Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
I will wait)
The answer to this request has always been the same over the years.
What difference does it make?:
In Eclipse you must explicitly Save to get the highlighting.
In IDEA you can Make the project to get the highlighting.
So it's one keystroke in either IDE.
On 25.07.2011 21:17, Dmitry Savitskiy wrote:
>
Eclipse underline all files with mistake instantly after saving.
Idea underline files with mistake after build, or if you go into file with mistake.
Is it clear ?