How to get IntelliSense to reliably work in Visual Studio 2008

后端 未结 12 1563
暗喜
暗喜 2020-12-08 04:13

Does anyone know how to get IntelliSense to work reliably when working in C/C++ projects? It seems to work for about 1 in 10 files. Visual Studio 2005 seems to be a lot bett

12条回答
  •  轮回少年
    2020-12-08 04:42

    I've also realized than Intellisense is sometime 'lost', on some big project. Why? No idea.

    This is why we have bought Visual Assist (from Tomato software) and disabled Intellisense by deleting the dll feacp.dll in the Visual studio subdirectory (C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages)

    This is not a solution, just a workaround.

提交回复
热议问题