Can I quickly disable and enable intellisence for a particular file in Visual Studio 2010? -


Can I quickly deactivate and enable intellisence (and any code planned on the fly interpretation of the code being edited Other features) a special file in Visual Studio 2010? This sometimes works very slowly on my laptop, due to which I type in a visual studio source editor window (even comments) a symbol appears with a speed of 3 seconds.

Set up the build action on file on "content" from "compile" and questions from intellence.

Once you've done it, set it back to "Compile" and you're setting it up.


Comments