Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper — fix multiple issues

I'd like to select multiple issues in Inspection Results and fix it automatically. Is there any way to do that?

like image 394
Dariusz Woźniak Avatar asked Jul 23 '10 12:07

Dariusz Woźniak


2 Answers

Edit: since VS2010, the shortcut is Alt+Page Down, not F12.

Not that I know of. I do this by repeatedly pressing: F12, Alt+Enter.

(The F12 key moves to the next error or warning in this source file; Alt+F12 moves to the next error in the solution.)

like image 142
Tim Robinson Avatar answered Sep 28 '22 02:09

Tim Robinson


With the latest Resharper, you can batch-fix issues in a file or a project:

enter image description here

like image 29
Trevor Avatar answered Sep 28 '22 01:09

Trevor