A collection of 200+ analyzers for C#, powered by Roslyn.
- This package cannot be used with Visual Studio 2015.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.0.
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