我添加了 <returns>
xml 标记到我的一些方法,但我在 IntelliSense 中看不到它的内容。
这是我的代码:
/// <summary>
/// we all live in a yellow summary
/// </summary>
/// <returns>what it returns</returns>
public int MyMethod()
{ .... }
有没有办法显示这个内容?
请您参考如下方法:
这终于在 Visual Studio 2019 v.16.6.0 中实现了,仅仅十年后:)
来自 release notes :