Mats
Mats

Reputation: 14817

Tool to reformat xml-comments (Visual Studio 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

Upvotes: 0

Views: 1109

Answers (3)

Benjol
Benjol

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

Mitchel Sellers
Mitchel Sellers

Reputation: 63136

I have used the SlickEdit tools in the past to help keep XML comments inline.

Upvotes: 1

Mondo
Mondo

Reputation: 13

I would suggest taking a look at AutoHotKey to create a small script which can do that for you.

Upvotes: 0

Related Questions