.net - Shortcut to collapse all documentation headers/comments in Visual Studio -


is there way collapse documentation headers (/// comments) in current file in visual studio (2008+)?

see macro collapsing xml comments need.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -