views:

541

answers:

6

Hi, Is there any tool for showing the cyclomatic complexity for Visual Studio in the left hand bar where the debug symbol goes?

I seem to remember there was an addin for Resharper but don't think it works in 4.5

Has anyone seen any similar tools, other than the built in support in VS

+2  A: 

A standalone tool with lots of metrics (including cc) is ndepend.

tanascius
+1  A: 

I believe CodeRush had it 'interactively'.. but heck, why bother, there are sources on the web that will give you commercial-free ideas and implementation.

rama-jka toti
+1  A: 

Coderush from Developer Express will do this and it works well. I vouch for it. (and have no relation to the company other than a long time customer)

dan90266
+1  A: 

McCabe IQ (www.mccabe.com/iq.htm) developed by the man who authored Cyclomatic Complexity, Tom McCabe.

+1  A: 

Code Metrics is an excellent free plug-in for reflector that analyzes code size & complexity.

Forgot about that ... I've used it before as well. It's good.
Richard Hein
A: 

Visual Studio 2008 Team System (or just VS 2008 Developer Edition) has Code Metrics. StudioTools is a free addin for VS 2005 and VS 2008. NDepend is good too.

Richard Hein