Friday, September 25, 2009

DevTnT 13 – StyleCop for ReSharper

In my previous post, I talked about StyleCop and how it helps you to enforce a consistent source code style throughout your project. However, StyleCop only flags violations but does not fix them – even though most of the times the fix is trivial.

Enter StyleCop for ReSharper, a plug-in for ReSharper that will show StyleCop violations in real time, and offers a number of quick fixes (light bulbs) for most cases.

stylecopresharper

StyleCop for ReSharper includes an automatic update detection mechanism and will prompt you if a new version is available.

No comments:

Post a Comment