problem with intellisense

dalem

Member
Joined
Apr 11, 2005
Messages
17
Programming Experience
10+
in my other projects, when i type in some syntax violation (i.e. "kkkkkk"), then after i leave that line, the IDE reformats the line and then puts the squiggly line under the violation, indicating a syntax error.

in a new project i created in a new solution, this does not immediately happen. if i move to another line, no reformatting of the line or syntax error. however, if i move to another open document and then move back to the original document code, it works ok and the line is reformatted and the IDE puts the squiggly line under my sytnax error.

i've looked for a setting i might have accidently changed but can't find what my problem is. any ideas??

thanks

dale
 
Back
Top