Aaron Anodide
Aaron Anodide

Reputation: 17186

how do i tell resharper to apply suggested refactors in a non-one-at-a-time way?

Scenario:

I run the "find code issues" function in resharper.

I go one by one, clicking in the little icon-drop-downs that appear.

For example, a WinForms form with all the event handlers generated by VS2010

Problem:

I just spent 15 minutes living the life of George Jetson, e.g. clicking a button over and over again, to get what I wanted.

QUESTION: Is there a way to automate all the clicking I just described?

Upvotes: 1

Views: 111

Answers (1)

vcsjones
vcsjones

Reputation: 141638

I think the closest you could get is Ctrl+Alt+F for Code Cleanup. This won't do the specific example you gave, but it will do a lot of other ones.

Upvotes: 1

Related Questions