davidchipping / regionator

Regionator
2 stars 0 forks source link

Misleading description #1

Closed sharwell closed 10 years ago

sharwell commented 10 years ago

The following portion of the description in the Visual Studio Gallery is misleading:

This extension removes all of the regions from your current c# and vb.net source file and replaces them with nothing.

It makes it sound like the extension would take code like the following:

#region fields
private int _foo;
#endregion

And remove the entire block from the source file.

A more accurate description would say it removes the "...region directives..." and replaces them with nothing.

davidchipping commented 10 years ago

Thanks for the feedback. You have a point. I will adjust the description accordingly.