有没有可能告诉intellisense不要扫描一些include

Is it possible to to tell intellisense not to scan some includes?

本文关键字:扫描 include intellisense 有可能      更新时间:2023-10-16

我在windows xp上使用Visual C++,我使用子弹物理和Ogre3D(后者使用boost),intellisense似乎吃掉了我所有的RAM(windows xp限制为3GB)。

我想告诉intellisense不要扫描一些特定的包含或目录,比如boost或bullet,而是保留Ogre的。有可能吗?

我认为你不能,但是有一种方法可以完全打开和关闭它,看看这里的

http://blogs.msdn.com/b/vcblog/archive/2007/11/19/controlling-intellisense-through-macros.aspx