A Code Refactoring developed using the .NET Compiler Platform ("Roslyn").
It allows users to remove C# region blocks without seeking the end of the region.
To trigger the refactoring:
1) Position the text cursor on the
directive #region
2) Click the Light Bulb or press CTRL + .
3) Select the...
More information