Can I combine resharper refactor steps?
I would like to combine several refactor steps. In this case I'm trying to convert a private property, auto backed, to a private field.
I can achieve this by 5 keystrokes
Alt enter -> to property with backing field, enter
Enter to complete refactor (highlighted rename)
Inline
Enter to complete inline.
I would like to chain or combine multiple steps. I tried it with vs2015 macro extensions but it does not integrate with the Resharper pop up dialogs.
What is the best method to combine multiple Resharper steps, refactorings, or features?
Please sign in to leave a comment.