From the course: Visual Studio Developer Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

The Comment Remover extension

The Comment Remover extension - Visual Studio Tutorial

From the course: Visual Studio Developer Tips

The Comment Remover extension

- [Instructor] I've recorded a lot of tips in my other courses that I think you'll find useful. This tip is from my Visual Studio Essentials series. It's here in the Extend and Customize the Visual Studio Environment course. I thought I would revisit this tip on how to use the Comment Remover extension. Before showing the tip, I have some housekeeping notes. The source code for this video is in the Weekly Tips Git repository. You can see it down here in the bottom. It shows Tip038. You might notice that the solution name is different in the original video and that there is this additional solution folder, but that doesn't impact the example. Enjoy this week's tip. In this movie, I'll look at the Comment Remover extension. It's a simple tool that removes all the comments in the Editor window. It can also remove Regions and knows how to selectively handle C# XML documentation comments. I've already installed the extension, so I'll click on the Close button in the Extensions and Updates…

Contents