views:

869

answers:

3

Hi there,

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

A: 

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

Mondo
+1  A: 

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

Mitchel Sellers
A: 

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.)

Benjol