0

I just installed Stylecop 4.5 RC. I also installed ReSharper 5.1. However, I don't see StyleCop in the Tools section of ReSharper. Is ReShaper supposed to be able to get my code up to stuff with StyleCop's recommendations?

tofutim
  • 22,664
  • 20
  • 87
  • 148

2 Answers2

3

Did you install Resharper first? You need Resharper 5.1 installed, then when you install StyleCop 4.5 you'll see the plugin in the list of things to install.

Joe
  • 31
  • 1
2

StyleCop on CodePlex

The version 4.5 and upwards would have the R# plugin check out the release page here

Excerpt from 4.5RC Release Notes

This is the StyleCop 4.5 RC4.

The version number is 4.5.16.0.

This release includes the very latest StyleCop for ReSharper plugin and will automatically uninstall previous versions of StyleCop.

abhilash
  • 5,605
  • 3
  • 36
  • 59
  • Ok, I just installed StyleCop 4.5 RC. – tofutim May 24 '11 at 06:31
  • I installed it but I still don't see the ReSharper plugin, do I have to do something else to install it? – tofutim May 24 '11 at 06:33
  • I don't see it in Tools plugin after install. – tofutim May 24 '11 at 06:37
  • Have you checked under ReSharper-> Plugins.. ? – abhilash May 24 '11 at 07:21
  • I don't see it in there. Do you have it in there? It does kind of look like it is working (underlines functions I have that start with lowercase - but that doesn't seem to be Stylecop's doing...) – tofutim May 24 '11 at 07:45
  • 2
    For anyone like me stumbling across this when trying to setup ReSharper 9 and Stylecop 4.7 - You have to separately install "ReSharper.StyleCop (for R# 9)" via Resharper -> Extension Manager. – 2v0mjdrl May 29 '15 at 07:49