undocumented way to disable C++ Intellisense:
Rename or delete the following file:
C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages\feacp.dll
Friday, 7 November 2008
Subscribe to:
Post Comments (Atom)
A blog of solutions and information around various software & hardware and software development. I'm pleased others find the solutions via search engines and contribute comments.
1 comment:
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.
Post a Comment