0

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

Scott Dorman
  • 42,236
  • 12
  • 79
  • 110
Mats
  • 14,902
  • 33
  • 78
  • 110

3 Answers3

1

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

Mitchel Sellers
  • 62,228
  • 14
  • 110
  • 173
0

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
  • 63,995
  • 54
  • 186
  • 268
0

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

Mondo
  • 13
  • 1
  • 4