I know there's an error, let me finish typing!
I usually work with C++, and I've recently been trying out some stuff with Java. I started out with eclipse, since that's what my school used.
Normally in C++ I have trouble finding a program with decent code completion and related stuff. However, Eclipse is giving me _way_ too much.
I managed to turn off most of the unnecessary syntax highlighting, but I can't figure out how to slow down the error highlighting. Is there a way to "slow it down"? Like, at least making it wait until there's been a reasonably long pause in my typing before telling me if there's a problem?
It's a useful feature to have, I don't want to turn it of entirely, but it's distracting when it jumps in highlighting big blocks of my code red every other second.
-Stravant