Visual Studio 2008 not detecting Errors while coding
Posted
by mouthpiec
on Stack Overflow
See other posts from Stack Overflow
or by mouthpiec
Published on 2010-05-02T08:49:13Z
Indexed on
2010/05/02
8:57 UTC
Read the original article
Hit count: 246
Hi, I just installed VS on another PC, but this time, while I am coding, it is not marking syntax errors while I am coding..... I need to press F6 to get the errors.
Normally when for example typing the line below, I get 's' underlined saying that there is a mismatch. Any ideas how I can enable this option?
string s = 4;
© Stack Overflow or respective owner