2015 年 Visual Studio 禁用 IntelliSense
Disable IntelliSense in Visual Studio 2015
有没有办法在 Visual Studio 2015 中禁用 IntelliSense?我查到的资料都是VS老版本的,VS 2015没有。
转到:
Tools->Options->Text Editor->All Languanges
取消勾选:
Auto List Members
和
Parameter information
官方似乎无法真正禁用IntelliSense。通过 Tools->Options->Text Editor->C/C++->Advanced->Disable IntelliSense
关闭它时
数据库仍在创建中。 IE。你的 project.sln 旁边还有一个 project.sdf。
我找到了两种完全禁用它的方法:
- 在项目级别:删除 project.sdf 并创建一个同名文件夹。现在 Visual Studio 会在您加载解决方案时警告您它无法创建 Intellisense 数据库
- 在系统级别:卸载 Microsoft SQL Server Compact 4
有没有办法在 Visual Studio 2015 中禁用 IntelliSense?我查到的资料都是VS老版本的,VS 2015没有。
转到:
Tools->Options->Text Editor->All Languanges
取消勾选:
Auto List Members
和
Parameter information
官方似乎无法真正禁用IntelliSense。通过 Tools->Options->Text Editor->C/C++->Advanced->Disable IntelliSense
关闭它时
数据库仍在创建中。 IE。你的 project.sln 旁边还有一个 project.sdf。
我找到了两种完全禁用它的方法:
- 在项目级别:删除 project.sdf 并创建一个同名文件夹。现在 Visual Studio 会在您加载解决方案时警告您它无法创建 Intellisense 数据库
- 在系统级别:卸载 Microsoft SQL Server Compact 4