Skip to content
| Marketplace
Sign in
Visual Studio>Tools>OldWinFormsRefactoring.Vsix
OldWinFormsRefactoring.Vsix

OldWinFormsRefactoring.Vsix

gclpixel

|
610 installs
| (0) | Free
This code refactoring extensions detects old style winforms dialogs and provides a code fix that move the designer related method and private variables to a new designer.cs file.
Download

A Visual Studio extension for code refactoring that detects old style winforms dialogs code files and provides a code fix that move the designer related method and class variables to a new designer.cs file.

If you select the class name in VS Editor the codefix will be shown (Ctrl+.).

The code fix detect the InitializeComponent method and selects all relevant class variables. If the method is found the selected code is moved to a new created designer.cs file. The old class declaration is extended with thepartial keyword.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft