Turn off Intellisense in VS 2008 for a single project
问题 I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellisense slowly chugs through all the classes, and eats almost 1gb of memory. Is there a way to turn off Intellisense for a single project, but keep it for all other projects in the solution? 回答1: What language is the project in? 1000 classes is quite a small project and should load in no more than 20 seconds. The