A Roslyn-based refactorings plugin for Visual Studio
STILL BETA!!!
Currently have three refactorings:
-
"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.
-
"Break into partials" refactoring for classes with more than a certain number of members. Breaks into many partial classes inside the same source file.
-
"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.