重新格式化 xml 注释的工具 (Visual Studio 2008)
有谁知道 VS 2008 的宏或插件可以重新格式化 xml 注释吗? 对于旧版本的 VS,有一个非常智能的 CommentReflower,但我找不到支持 VS 2008 的版本。
有什么想法吗? 提前致谢!
马蒂亚斯
does anyone know of a macro or add-on for VS 2008 which reformats xml-comments? There has been this really smart CommentReflower for the older version of VS, but I couldn't find a release supporting VS 2008.
Any ideas? Thanks in advance!
Matthias
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我已经使用了 SlickEdit 过去帮助保持 XML 注释内联的工具。
I have used the SlickEdit tools in the past to help keep XML comments inline.
我建议您查看 AutoHotKey 创建一个可以为您完成此操作的小脚本。
I would suggest taking a look at AutoHotKey to create a small script which can do that for you.
HyperAddin 有一个 FormatComment 选项,该选项可能会或可能不会执行您想要的操作。
(我使用它主要是为了能够超链接到其他代码位。)
HyperAddin has a FormatComment option, which may or may not do what you want.
(I use it mostly to be able to hyper-link to other bits of code.)