c# - 为什么 Visual Studio 2015 Intellisense 不显示任何类、方法等信息?

标签 c# .net visual-studio-2015 intellisense xml-documentation

Possible Duplicate:
Visual Studio not showing IntelliSense descriptions anymore

一个最令人沮丧的问题:Visual Studio 2015 Intellisense 突然停止在弹出窗口中显示类、方法等信息,一个最有用的功能就这样消失了!

我用谷歌搜索并尝试了以下方法,但没有任何效果:

Intellisense doesn't show comments

How to make Visual Studio intellisense to show the remarks portion of XML comments?

Visual Studio 2012 Intellisense Not Working – SOLVED

我唯一能想到的是,它是 VS2015 Update 2 的一个错误,因为它工作的另一台机器有 VS2015,但没有安装任何更新。

一些例子:

这就是它应该显示的内容:

enter image description here

这就是它出错的原因:

enter image description here

这是一个类。对于方法来说是类似的。它应该显示什么:

enter image description here

它所显示的内容:

enter image description here

最后对于参数,它应该显示什么:

enter image description here

它所显示的内容:

enter image description here

最佳答案

只需再次安装这个:https://www.microsoft.com/en-us/download/details.aspx?id=42637

引用的是这篇文章:Visual Studio not showing IntelliSense descriptions anymore

看起来和你的问题是一样的。

关于c# - 为什么 Visual Studio 2015 Intellisense 不显示任何类、方法等信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37590885/

相关文章:

c# - 为什么 C# 中的空结构会消耗内存

azure - 无法使用 VS 发布从 VS2015 发布 Node.js 应用程序

azure - 无法在 VS2015 中开始调试 Azure Web 应用程序

c# - 欧拉 1,代码不起作用

c# - CSS calc 不适用于 Chrome 和 Firefox

.net - 使用 MSMQ 的多播时如何检测不可恢复的数据丢失?

c# - 我如何强制对 Team Foundation 进行有意义的 checkin 评论?

c# - 创建和使用 C# Windows 服务

c# - 使用 XMLSPy 2010rel3sp1 生成 C# 类

.net - 如何禁用ASP.NET Core的IIS Express启动配置文件?