Reputation: 12304
Well i downloaded the newest version, then installed, checked to instal entire files on local drive. I restarted VS2010 and rerun it. Unfortunatelly i can't find in menu > tools anything with should be connected with stylecop ( as in tutorial "how to use stylecop"). I am using x64 Windows7. I really really don't know how to to use it.
Look: I click inside code, white field and i see only this:
Upvotes: 17
Views: 29529
Reputation: 1205
It looks like it is possible to use StyleCop with Express edition. Here is how.
Upvotes: 0
Reputation: 20992
Are you using one of the Visual Studio Express products? If so, you will not see UI integration of StyleCop since the VS Express edition does not support integration of add-ins and packages like StyleCop.
If you are using Express, you could still run StyleCop, but this will require using either MSBuild integration or a pre- or post- build event.
Upvotes: 10
Reputation: 21971
1) Download StyleCop from here
2) Close all Visual Studio instances
3) Install StyleCop
4) Open Visual Studio, Right click inside code file and you could see Run StyleCop
Option
Upvotes: 11