Reputation: 4377
My question is quite simple: Is there a way to sync the changes you make in the Settings.StyleCop file into the ReSharper settings?
As it is now I have to first make the changes in Settings.StyleCop (so that StyleCop can validate my code using the rules I want) and then I have to make the same changes in ReSharper to get syntax highlighting and warnings in code as i type.
I found this question but it doesn't seem to apply anymore. ReSharper doesn't read StyleCop.Settings.
Upvotes: 6
Views: 1754
Reputation: 4021
With the StyleCop (4.7.44.0) plugin for R#:
Under the R# options, Tools, StyleCop section:
Upvotes: 3