vote up 5 vote down star
2

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

flag

75% accept rate

6 Answers

vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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)

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
Forgot about that ... I've used it before as well. It's good. – Richard Hein May 19 at 23:22
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.