Skip to content
| Marketplace
Sign in
Visual Studio>Tools>SolutionAnalyzer
SolutionAnalyzer

SolutionAnalyzer

Alex Nek

|
97 installs
| (0) | Free
SolutionAnalyzer VSIX Project.
Download

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).

image1

Methods could be selected and selected methods could be moved into a new part of the class.

What's New

in Version 1.1

New features:

  • Export to XML
  • Calculate lines for complete solution
  • Project grid - new context menu

Errors correction:

  • file header copied correctly
  • new file is not created if we not select part for move
  • clear grid by solution reopen
  • non stable function moving
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft