Search code examples
.netstylecop

Automatic StyleCop


StyleCop is an awesome little add-on for visual studio. But it doesn't show you live hints or provide any automated fixes.

Along comes reSharper and StyleCop for reSharper, this is the ideal solution, however it costs too much.

Is there an open source way to achieve the live code hints and automated fixes for style cop?

Or is reSharper the only way to do this at present?

Thanks in advance...


Solution

  • You can try the StyleCop for CodeRush plugin. You only need to install the DXCore plugin from DevExpress (which is free). One warning: this project is in alpha and there doesn't seem to be any activity.