Search this blog

20 February, 2008

Visual Studio 2005 Intellisense

From the Visual C++ team blog, read here and here.
Short version: Intellisense is slow on VS2005. If you want to disable it, use the provided macros from the VC blog (that also provide some extra control over it) or better, delete FEACP.dll (front end auto complete parser), remove .ncb files from your project and create some directories with the same name as the deleted .ncb (so VS will fail to write ncb on exit). Then buy&install VisualAssist X
That's it.

No comments: