This is a Visual Studio plugin that will help you replace use of "var" in your C# code with the actual type name.
Info
Version: | 2.6.0 |
Author(s): | Peter Spada |
Last Update: | Wednesday, September 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/spadapet/var-remover-vsix |
NuGet Url: | https://www.nuget.org/packages/VarReplacer |
Install
Install-Package VarReplacer
dotnet add package VarReplacer
paket add VarReplacer
VarReplacer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags