As I must to refactor old, not good written project I need to find large files and split it in some way. There was single class files with about 10000 lines and functions with more that 1000 lines. All refactoring actions was very slowly so I decide to split large classes in one big file to partial classes in small files. For this task I have written Visual Studio package. The package window has command panel (1), information panel (2), project info panel (3), files in project info panel (4), methods into selected class panel (5). Methods could be selected and selected methods could be moved into a new part of the class. What's Newin Version 1.1New features:
Errors correction:
|