【发布时间】:2010-09-24 10:56:29
【问题描述】:
在像
这样的单行 vars defs 上使用 ghostdocpublic const string DbCatName = "test";
ghostdoc 添加一个默认标题,如:
/// <summary>
///
/// </summary>
但我喜欢的是
/// <summary></summary>
有人知道怎么做吗?
【问题讨论】:
标签: ghostdoc
在像
这样的单行 vars defs 上使用 ghostdocpublic const string DbCatName = "test";
ghostdoc 添加一个默认标题,如:
/// <summary>
///
/// </summary>
但我喜欢的是
/// <summary></summary>
有人知道怎么做吗?
【问题讨论】:
标签: ghostdoc
您需要的是 GhostDoc Pro,它具有“XML 注释模板 (T4) 完全控制您的 XML 文档内容和样式”
【讨论】:
据我所知,您无法让 GhostDoc 为您执行此操作 - 我相信它使用的格式几乎是固定的。 [编辑:看来现在可以在 GhostDoc Pro 中使用]
我的插件 Atomineer Pro Documentation 将完全满足您的需求 - 它有很多首选项来控制 cmets 的格式、缩进和自动换行的几乎所有方面。
【讨论】: