【发布时间】:2011-10-21 02:03:00
【问题描述】:
是否可以在 XML 文档中包含指向网站的链接?例如,我的方法总结为
///<Summary>
/// This is a math function I found HERE.
///</Summary>
public void SomeMathThing(Double[] doubleArray)
{
...
}
当我输入时
SomeMathThing(
我希望 IntelliSense 显示摘要,并带有单击“此处”以链接到外部网站的选项。这可能吗?怎么做?
【问题讨论】:
-
这是由 GitHub 上的 Roslyn 问题实现的:<see> tags in XML docs should be clickable links in the IntelliSense popups.