Disable IntelliSense in Visual Studio 2015

前端 未结 2 483
失恋的感觉
失恋的感觉 2021-02-07 13:31

Is there a way to disable IntelliSense in Visual Studio 2015? The information I find are all for the older version of VS, but not for VS 2015.

2条回答
  •  星月不相逢
    2021-02-07 13:48

    It seems to be impossible to really disable IntelliSense officially. When switching it off via Tools->Options->Text Editor->C/C++->Advanced->Disable IntelliSense the database is still created. I.e. there is still a project.sdf next to your project.sln.

    I found two ways of completely disabling it:

    1. On project level: Delete project.sdf and create a folder with the same name. Now Visual Studio will give you a warning when you load the Solution that it can not create the Intellisense database
    2. On system level: Uninstall Microsoft SQL Server Compact 4

提交回复
热议问题