Parameter Selector
Parameter selectors are activated when the applied refactoring allows you to customize a method’s parameters individually. It allows you to change the selected parameter and perform particular actions on the currently selected one. For instance, this functionality is available when using the Create Overload and Reorder Parameters refactorings.
When parameter selectors are available, you can perform the following actions:
- Move the selected parameter left or right. (Only when reordering).
- Check or uncheck the currently selected parameter. (Only when creating an overload).
- Select the next or previous parameter.
- Commit or cancel changes the changes made.
#Where to See and Customize Associated Shortcuts
The Refactor! folder in the IDE | Shortcuts page in the Options dialog.
#Appearance Customization
The Editor | Refactoring | Selectors page in the Options dialog.
See Also