Can I fix all issues (Quick Fixes, naming suggestions, etc.) at once?
Currently, ReSharper does not provide a way to fix all code issues in 'a single click'. There are some use cases, when a blind apply all ReSharper suggestions can change the program logic and/or even break the solution completely.
For now, each Quick Fix/Naming Suggestion should be applied manually by the developer.
Please sign in to leave a comment.
I can see that applying all suggestions for a whole project could be rather dangerous. However, applying all suggestions of a given type (with appropriate checks that they don't modify the semantics) or multiple issues selected from within the "Inspection Results" window is viable, in my eyes (a similar thing is already possible for some actions from within the source editor, see http://www.jetbrains.com/resharper/whatsnew/index.html#fixinscope).
Actually for some rules, it is available (in 2017.1.3) such as adding the override keyword and for other rules like c-style casts, the feature is not available.
also annoyed by this. at least for my use case of finding unused using it was kinda possible though:
go to the first file where this is detected
on the first occurence open quick actions menu (next to line numer)
it recomends “remove usused using” with a submenu for in whole file, project or solution