Is there any way to disable intellisense for a specific project / namespace / whatever?

.net, c#, intellisense, visual-studio, visual-studio-2012

Solution

AFAIK there's no way to selectively disable Intellisense. Try disabling it completely and see if that would make a big difference.

Problem

Is there any way to do this at any level other than disabling intellisense in all of Visual Studio? Just wanted to confirm/deny a suspicion about its performance in some of our overly giant projects/solutions while keeping it in other areas that we actually care about.

Original source