Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Replace C# Type Keywords On Save
Replace C# Type Keywords On Save

Replace C# Type Keywords On Save

Tereza Tomcova

|
548 installs
| (2) | Free
Replaces C# type keywords like int and string with .NET type names like Int32 and String when you save a file. You can find the source here: https://github.com/the-ress/ReplaceTypeKeywords
Download

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

  • First release

v1.1

  • Fixed error when adding using System; with no other usings present
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft