Info
Version: | 1.0.6043.26826 |
Author(s): | Francesco Bonacci |
Last Update: | Monday, July 18, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/RemoveRegionCodeRefactoring |
Install
Install-Package RemoveRegionCodeRefactoring
dotnet add package RemoveRegionCodeRefactoring
paket add RemoveRegionCodeRefactoring
RemoveRegionCodeRefactoring Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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 option "Remove region" (The
dialog with a preview should now be
visibile)
4) Click or Press Enter.