Hide Comments/Summaries in Visual Studio

tatteredpotato

Diamond Member
Jul 23, 2006
3,934
0
76
Just curious if it's possible to hide all the XML Documentation from the actual code files while working on them. For instance I want the function/parameter summaries for my classes and methods so that they pop up via Intellisense, but find them slightly distracting when working on the actual code files.

I'm assuming this feature isn't in Visual Studio, but figured I might as well check here (google didn't really return anything).
 

imported_Dhaval00

Senior member
Jul 23, 2004
573
0
0
When you compile your projects, VS will generate XML files for the comments (assuming you have this feature enabled - it is the default). I believe if you exclude the XML file, the comments/summaries will go away.

Edit: Scratch that... I misunderstood your original question.
 

JasonCoder

Golden Member
Feb 23, 2005
1,893
1
81
right click -> Outlining -> Collapse to Definitions and then from there just expand what you want to work on.