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.

  • 相关阅读:
    pandas
    CTC Loss原理
    CTC 的工作原理
    Demystifying JavaScript Closures, Callbacks and IIFEs
    Css compatibility
    Flexbox——快速布局神器
    centos wordpress
    Encog
    D3js
    Lucene学习
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1778618.html
Copyright © 2011-2022 走看看