Skip to content

managed-commons/managed-commons-refactorings

Repository files navigation

Commons.Refactorings 1.0-Beta3

A Roslyn-based refactorings plugin for Visual Studio

STILL BETA!!!

Currently have three refactorings:

  1. "Split here to a partial" refactoring that split the selected and following members from a class to a separate partial class inside the same source file.

  2. "Break into partials" refactoring for classes with more than a certain number of members. Breaks into many partial classes inside the same source file.

  3. "Move partial to new source file" refactoring that moves a partial class to another source, whose name is the current one appended with the first method's identifier or 'Partial' if no method is found inside the partial class.