IntelliSense and Folding Editor Not Working in Visual Studio 2008 SP1 for Certain Files Only
Posted
by cplotts
on Stack Overflow
See other posts from Stack Overflow
or by cplotts
Published on 2010-04-23T14:26:39Z
Indexed on
2010/04/23
14:43 UTC
Read the original article
Hit count: 514
Ok, I have an issue that is driving me nuts. In certain xaml files only, neither IntelliSense nor the folding editor is working.
I have noticed that if I delete the local namespace and add it back, the folding editor starts working.
If I delete the local namespace and don't add it back, IntelliSense starts working as well. Of course, I need to remember to add that namespace declaration back before I compile and/or check in ... which is annoying.
How can you fix this?
© Stack Overflow or respective owner