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?
Asked
Active
Viewed 1,674 times
2

T. Kiley
- 2,752
- 21
- 30
1 Answers
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
-
Exactly what I needed in theory, doesn't seem 100% reliable but better than nowt! – T. Kiley Mar 29 '13 at 19:09