francibon93
- 1,238 total downloads
- last updated 7/17/2016
- Latest version: 1.0.6042.27567
BEFORE READING: There are different schools of thought about var keyword usage. This analyzer is inspired by Jeremy post at http://jeremybytes.blogspot.it/2014/02/demystifying-var-keyword-in-c.html.
VarAnalyzer is an Analyzer with Code Fix developed using the Roslyn platform.
It allows users to get...
More information
- 1,098 total downloads
- last updated 7/18/2016
- Latest version: 1.0.6043.26826
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