Hi rsclient,
Since you are referring to an Intellisense file I'm going to assume you mean C++.
The performance improvements listed above refer to Visual Basic and I'm happy to report that for VB the Intellisense story is much improved. We have move some of the expensive first time loading of Intellisense off the UI thread and onto a background thread. This results in a much more responsive UI (the way it should be).
As for C++, try out the VS2008 Beta and if you still see performance issues with Intellisense let them know at
vcperf@microsoft.com Also just a reminder to folks reading this. You can report VB performance issues at
vbperf@microsoft.com and C# performance issues at
vcsperf@microsoft.com Thanks.
Cameron McColl