Visual Studio - Line Definition No lines of code in a project

Visual Studio - definition of lines There are no lines of code in a project - is this possible in VS 2008?

+6
visual-studio code-metrics lines-of-code
source share
4 answers

I find SlickEdit gadgets The SLOC report will be very good and FREE! :)

Breaks comments / lines of code, etc.

Kindness,

Dan

+9
source share

there is no direct way from vs2008 for this, but you can use advanced tools such as:

C # and VB.NET String Count Utility

+3
source share

TeamSuite will report this value as part of the code metric along with other, possibly more valuable statistics.

+3
source share
+2
source share

All Articles