【发布时间】:2016-10-02 03:12:01
【问题描述】:
可能重复:
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,但没有安装更新。
一些例子:
这是它应该显示的内容:
这就是它出错的原因:
那是为了上课。对于一个类似的方法。它应该显示什么:
它确实显示了什么:
最后对于一个参数,它应该显示什么:
它确实显示了什么:
【问题讨论】:
-
您是否尝试将其关闭再打开?尝试关闭 VS 和/或重新启动。听起来很疯狂,但它可以多次使用。
-
这个问题在一小时前刚刚解决。看看我的问题!
标签: c# .net visual-studio-2015 intellisense xml-documentation