Search code examples
c#.netvisual-studiovisual-studio-2012intellisense

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


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.


Solution

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