Reputation: 14817
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
Upvotes: 0
Views: 1109
Reputation: 66607
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.)
Upvotes: 0
Reputation: 63136
I have used the SlickEdit tools in the past to help keep XML comments inline.
Upvotes: 1
Reputation: 13
I would suggest taking a look at AutoHotKey to create a small script which can do that for you.
Upvotes: 0