With more than 250 new features, Visual Studio 2008 includes significant enhancements in every edition, including Visual Studio Express and Visual Studio Team System. In this post, I would like to draw your attention to this new feature in Visual Studio 2008 called “Calculate Code Metrics”.
In Visual Studio 2008, you will get the context menu option which reads “Calculate Code Metrics” (as shown in the figure below) for a Visual Studio solution as well as projects. This essentially means that you can calculate code metrics at a solution level as well as project level. Many of the third party Code Metrics tools that were available earlier were not capable of analyzing at a solution level, and hence I think it’s great that we have this feature now and what more do you want? – Its integrated with the Visual Studio. But please note that code metrics are available only for C#, Visual Basic, and C++/CLI projects that are not Web Site projects. So if you do a calculation on the solution, the website projects are skipped.
Continue reading "Calculate Code Metrics feature in Visual Studio 2008" »