java - How to delay Eclipse error warnings -
i find error warnings in eclipse helpful. problem show when i'm still typing , haven't finished line of code @ hand. distracting. how can delay error warnings don't show until i've finished line , move next line?
if talking java code, checkbox can found via 'preferences - java - editor' -> 'report problems type'.
string tmp = // no syntax error here string tmp = ; // line end -> syntax error
for other editors use 'general - editors - structured text editors'-> 'report problems type'. it's not necessary deactivate 'build automatically'.
answer this similar question proko
Comments
Post a Comment