zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    poj 2251
    poj 1321
    poj 2777
    poj 3468
    poj 2318
    javascript
    buhui
    swift 构造器
    mac上不了网
    字体
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1778618.html
Copyright © 2011-2022 走看看