VS2015断点智能感知不起作用

VS2015 breakpoint intellisense doesn't work

VS2015 的新功能之一(使用 C# 时)是新的断点编辑器,它允许您修改断点条件或消息。这些字段还启用了智能感知。好像除了我。尽我所能,我似乎无法在弄乱断点时出现任何类型的智能感知。

一位同事也安装了 2015,智能感知对他们来说工作正常。我比较了我们两个之间的 Visual Studio 信息,但我似乎找不到任何可以解释差异的内容。我安装的任何扩展他也有。

是否需要在某处启用某些设置才能获得断点智能感知?是否有任何扩展可能会干扰此功能?

这里是来自“关于”屏幕的 VS2015 信息供参考:

Microsoft Visual Studio Professional 2015 Version 14.0.24720.00 Update 1 Microsoft .NET Framework Version 4.6.01055

Installed Version: Professional

Visual Basic 2015 00325-60003-45120-AA615 Microsoft Visual Basic 2015

Visual C# 2015 00325-60003-45120-AA615 Microsoft Visual C# 2015

Visual C++ 2015 00325-60003-45120-AA615 Microsoft Visual C++ 2015

AnkhSVN - Subversion Support for Visual Studio 2.6.12735.14 AnkhSVN - Subversion Support for Visual Studio 2.6.12735.14 * Ankh.Package 2.6.12735.14 * Subversion 1.9.2 via SharpSvn 1.9002.3777.76

SharpSvn is linked to: Apr 1.5.1, Apr-util 1.5.4, Cyrus Sasl 2.1.26, eXpat 2.1.0, LibSSH2 1.6.0, OpenSSL 1.0.2d 9 Jul 2015, Serf 1.3.8, SQLite 3.8.11.1, Subversion 1.9.2-SharpSvn, Utf8proc 1.1.5, ZLib 1.2.8 SharpSvn is optionally linked to: Berkeley DB 4.4.20, SharpPlink 0.65.0(SharpSvn)

Application Insights Tools for Visual Studio Package 1.0 Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11106.0 ASP.NET and Web Tools 2015.1 (Beta8)

ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0 For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.30624.0 For additional information, visit http://www.asp.net/

Common Azure Tools 1.5 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

JetBrains ReSharper Ultimate 10.0.2 Build 104.0.20151218.120627 JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2015 JetBrains, Inc.

Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools

NuGet Package Manager 3.3.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools 14.0.50616.0 Microsoft SQL Server Data Tools

TypeScript 1.7.4.0 TypeScript for Microsoft Visual Studio

这10个解决方案你试过了吗?

http://www.c-sharpcorner.com/blogs/how-to-resolve-intellisense-issue-in-visual-studio1

编辑:上述 link 的第一个解决方案解决了 Kyle 的问题。

这是从上面的 link 中检索到的修复程序:

Solution 1:

Go to Tools->Options->Text Editor-> All Languages->General

Enable "Auto List Members" and "Parameter Information"

希望对您有所帮助