Replaces C# type keywords like int and string with .NET type names like Int32 and String when you save a file. Adds using System; when not present. It has no settings. Tested only with Visual Studio 2015. Using Roslyn parser. You can find the source here: https://github.com/the-ress/ReplaceTypeKeywords
Changelog: v1.0
v1.1
|