方法 XML 摘要的片段在哪里?

Where is the snippet for a method's XML summary?

我指的是在方法前输入 /// 时使用的代码段。

我找到了 JavaScript (C:\Program Files (x86)\Microsoft Visual Studio 14.0\JavaScript\Snippets33\XML Comments) 的内容,但更改它不会影响 C# XML 摘要。

我知道 this question 但接受的答案并没有真正回答这个问题,第二个答案已经过时了。

根据 - there's a User Voice request for it. And as per a comment on the User Voice - it can be done in VB 但不是 C#。

按照 OP 的要求,不确定这是否是一个答案 - 但不幸的是,目前似乎没有更好的答案......

这可能会有所帮助,这是一个 User Voice 的问题,但看起来仍未解决。

根据@HenkHolterman 的评论——我同意——我不认为这是一个片段。目前它似乎内置在 VS 中(出于好奇,我搜索了 VS 15 - 新版本而不是 2015,也没有任何新内容 - 我搜索了所有文件以查找类似 XML 评论的内容)。

如我所见,有一个 VB solution 将自定义 .XML 文件放置在特定的 AppData 位置 - 这不适用于 C#。他们将这个过程描述为...

Visual Studio has built-in defaults for the XML skeletons that get inserted, but when VBXMLDoc.xml is present upon startup, Visual Studio will use the XML definitions from that file instead