Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top