Friday 7 November 2008

disable VS intelisense

undocumented way to disable C++ Intellisense:
Rename or delete the following file:
C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages\feacp.dll

1 comment:

Anonymous said...

To disable intelisense for just a project:

Create a directory in the vcproj's directory named the projects name with .ncb on the end.

VS will complain intelisense will be disabled when you load the project.