Disable IntelliSense in Visual Studio 2015

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

+4
source share
2 answers

It seems impossible to truly disable IntelliSense officially. When disconnected through Tools->Options->Text Editor->C/C++->Advanced->Disable IntelliSense the database, it is still created. That is, project.sdf still exists next to your project.sln.

I found two ways to completely disable it:

  • : project.sdf . Visual Studio , Intellisense.
  • : Microsoft SQL Server Compact 4
+9

:

 Tools->Options->Text Editor->All Languanges

un-tick:

Auto List Members 

Parameter information
+4

All Articles