Code review addin for Visual Studio - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T01:02:03Zhttp://stackoverflow.com/feeds/question/107066http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/107066/code-review-addin-for-visual-studio1Code review addin for Visual StudioTraumaPony2008-09-20T04:14:18Z2008-09-25T20:58:44Z
<p>This isn't so much as a question, as an idea which I think would be helpful. I decided to post it here to get feedback on the idea. I'm not sure if this isn't exactly the right place to post it, but I wanted to see what you guys think.</p>
<p>My idea is to create an code checkin policy which displays a diff of each modified file. To be able to check it in, another programmer has to 'sign off' on it; this is done via the other programmer using either Active Directory authentication, or just putting in a username and password from a random database. Obviously, a user wouldn't be able to sign off on his own code.</p>
<p>Ideally, it could be mixed with the sample from Microsoft which applies a checkin policy only to specific files, or to ignore small changes, and so on.</p>
<p>Or, is there already such a third-party policy?</p>
http://stackoverflow.com/questions/107066/code-review-addin-for-visual-studio/107095#1070951Answer by comctrl6 for Code review addin for Visual Studiocomctrl62008-09-20T04:23:27Z2008-09-20T04:23:27Z<p>I'm not sure about the policy location storage or whether a "user" has control over the "admin" or project managers' code settings, but DevPartner Studio is one of the most complete code review and analysis tools I have come across. It might be worth a try.</p>
<p><a href="http://www.compuware.com/products/devpartner/studio.htm" rel="nofollow">http://www.compuware.com/products/devpartner/studio.htm</a></p>
http://stackoverflow.com/questions/107066/code-review-addin-for-visual-studio/136057#1360571Answer by JB Brown for Code review addin for Visual StudioJB Brown2008-09-25T20:58:44Z2008-09-25T20:58:44Z<p>Have you evaluated <a href="http://www.codeplex.com/TeamReview" rel="nofollow">TeamReview</a>? It's not exactly what you're asking for but it's an Add-in that facilitates a rich code review experience in the IDE. Because it uses Team System work items the "approval" aspect your asking for is the completion of those items. Regular Team System reports and queries can be used to make sure the work is "signed off." </p>
<p>Also - you might consider using the Source Control Annotate feature of Visual Studio Team System, <a href="http://www.attrice.info/cm/tfs/" rel="nofollow">Attrice's Code Review Side Kick</a>, as well as the <a href="http://www.codeplex.com/TFSCodeReviewFlow" rel="nofollow">Code Review Workflow</a> project on code plex</p>