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.

7 out of 12 found this helpful
2 comments

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).

1
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.

Have more questions?

Submit a request