November 0813

Integrating Source Analysis with Refactoring tools

I noticed on Andrew Stopford's recent blog "Stylecop and Resharper" that an add on for Resharper allows style cop (Source Analysis) to be integrated.

This sounds like an excellent notion to me, however I have recently been grappling with the choice between Resharper and CodeRush and my decision was to go with CodeRush. I made this decision for a number of reasons:

I don't know if there are any plans to do the same for CodeRush, though because it's built ontop of the DXCore it should be quite possible... 
Permalink | Comments (1)

Comments

  1. Howard van Rooijen United Kingdom Howard van Rooijen (Thursday, November 13, 2008) #

    Hi,

    there are no plans at present - although when I first thought started the project - I actually started to write my own version of StyleCop based on DXCore, then MS released StyleCop externally and then we rolled out R# internally for all our developers.

    It wouldn't be that hard to port the tool over to DXCore - you'd just need to redo the R# specific plumbing (highlighting, threading, quickfixes) - but much of the logic should be similar...

Comments are closed