NET Refactor - Reorder VariablesMany times, especially in large methods or classes, with many variables, you would like to reorder a set of variables. The Reorder Variables feature of NET Refactor, is found under the Rename Menu and it will allow you to reorder any number of variables. The variables can either be located in a method or at the Class level.
To invoke the feature, select the whole block of variables to be reordered and select the Reorder Variables menu option. The dialog shown below will be displayed. To reorder the variables, select a variable and click the Up or Down arrow to move the variable up or down.
Once you have the variables in the desired order, click the Save button to put the variables back in the code window.

Try NET Refactor Free for 30 days or purchase now by clicking Download or Purchase.
Top of Page
|