Disable VS2010 VC++ Intellisense

For VS2010, instead of using NCB file, it updates to use SQL database file SDF to store intellisense data for VC++. But it still bring in issues, so I would like to disable it..

Words from VC++ blog:

Many of you may be familiar with the “NCB” file which was previously used for browsing and IntelliSense.  This file is no longer created or used.  Instead, we create an “SDF” file, which is used for browsing features and some small parts of IntelliSense.  The SDF file is a SQL Server Compact database file. 

 

Solution:

1. Tools->Text Editor->C++->Advanced:

 

Set "Disable Database" to be true.

 

Disable Database

This option completely disables any use of the browsing database (SDF).  The database will not be created or opened.  It disables all of the other Browsing/Navigation options and it disables all IntelliSense features except for #include Auto Complete.  In previous versions, this is equivalent to deleting feacp.dll.

 

posted @ 2010-07-16 09:49  能巴  阅读(1055)  评论(0编辑  收藏  举报