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.
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Build errors of missing packages in Visual Studio
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Copy different file to output directory for releas
- Edit & Continue doesn't work
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:
Go to:
and there un-tick:
and