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