Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to sync settings from Settings.StyleCop to ReSharper?

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.

like image 924
Cros Avatar asked Sep 07 '12 07:09

Cros


1 Answers

With the StyleCop (4.7.44.0) plugin for R#:

Under the R# options, Tools, StyleCop section:

enter image description here

like image 93
MarkNS Avatar answered Oct 19 '22 21:10

MarkNS