Hot Refactorings provides the following refactoring suggestions/helpers:
| Feature |
Code Refactoring Provider |
Notes |
| Initialize Field From Constructor |
InitializeFieldFromConstructor |
Inserts variable as parameter to constructor and initializes it |
| Extract Class or Namespace |
ExtractClassToAFile |
Extracts the selected class (or namespace) into a separate file |
| Change class modifier |
ChangeModifier |
Change class modifier to public, protected, internal, private, or protected internal |
This extension was originally part of Hot Commands for Visual Studio.
| |