0

I find a lot of topics that describe the way through

/// <summary> /// /// </summary> 

But when I give such a description to several functions of the class, it starts to distract and disturb me. Can I put it in a separate file or hide it? To see only in IntelliSense.

1 Answer 1

1

You can hide those comments by clicking the small [-] icon at the left hand side.

enter image description here

If you want to hide them all at once, this neat Visual Studio Extension called NoComment can help you.

Sign up to request clarification or add additional context in comments.

2 Comments

I know that [-]. But they are constantly revealed. And the color of the closed version is distracting.
If you use the extension, it won't expand unless you explicitly do so. Also, try getting used to comments, being distracted is a habit, you can overcome it. Comments are super useful.