2

I am using the C# XML style of documentation in my latest project (eg using ///<summary> stuff). I find this makes the source code a pain to read as it just becomes so long. Is there a way in Visual Studio to auto-collapse just these or do I have to use the collapse to definitions and re-expand functions?

T. Kiley
  • 2,752
  • 21
  • 30

1 Answers1

3

Take a look here at the following post, I think it should help

http://www.helixoft.com/blog/archives/30?n=collapse-all-xml-comments-in-vb-net-or-c

rodmjay
  • 549
  • 4
  • 15