【发布时间】:2011-11-29 08:41:20
【问题描述】:
我想要一个命令在 .NET 中自动换行 XML 样式的 cmets。
例子:
/// <summary>
/// This comment line should be
/// on one line, and other lines in this <summary> block should be wordwrapped.
/// </summary>
我不介意购买一些商业 Visual Studio 插件,如果它们能够做到的话。
【问题讨论】:
-
当你点击三下符号'/' vs 创建摘要(它是更清晰的功能吗?)
-
按“/” 3 次在 Visual Studio 中默认创建摘要块;它不是 Resharper 的一部分;尽管您可以获得智能填充摘要的插件。
-
哪些插件可以智能地填充摘要?
标签: c# .net comments word-wrap xml-comments