Wiki

Clone wiki

VSExtensions / Home

Welcome

Thank you for using my extensions for visual studio. Please feel free to let me know if any issue or suggestions.

欢迎加入 QQ 讨论群:126749548


UDNZ.Roslyn.Analyzer

Analyzers/Validations/Quick-fixes for .NET Compiler Platform ("Roslyn").

  • Validations of Composite Format String at compile-time.
  • Quick-fixes for Composite Format Strings.
  • Break the compiling while any "Error" exists.

Move Type To New File (Roslyn)

C# code refactor to move class/struct/interface/enum/delegate into a new .cs file.

Features

  • Supporting Class/Structure/Interface/Enum/Delegate.
  • Supporting Nested-Type, Directives(#region/#if...#else...#endif) .
  • Auto-adding "partial" keyword if necessary.
  • Auto-removing unused using in the new .cs file.
  • Previewing changes for all(multiple) document(s).
  • Auto-updating.

Please feel free to let me know if you find any issues or have any suggestions, Have fun!

欢迎加入 QQ 讨论群:126749548

Updated