XML comments (before methods etc.) used to hide the summary
when collapsed. Now they show it (even when collapsed).
Is there a way to prevent that?
i.e.
This is what's shown:
when the following is collapsed:
/// <summary>
/// How do I hide this text in this view?
/// </summary>
public int abc;
Menu editor title actionsOn the editor title, a toggle action is available to show/hide the comments quickly.
To insert XML comments for a code element Do one of the following: Type /// in C#, or ''' in Visual Basic. From the Edit menu, choose IntelliSense > Insert Comment. From the right-click or context menu on or just above the code element, choose Snippet > Insert Comment.
I didn't like that change either, so I wrote an extension to revert to the VS 2013 behavior. I just wrote it last night, so I'd consider it a beta at this point, but I'll be actively using it and actively fixing any bugs that arise. Feel free to check it out:
https://github.com/refactorsaurusrex/squishy-vs
Turn this...
... into this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With