views:

923

answers:

4

Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?

+1  A: 

You can use Project Line Counters add-ins available from from Code Project -

Kirtan
+1  A: 

there is no direct way from vs2008 to do it, but you can use extended tools such as:

C# and VB.NET Line Count Utility

Wael Dalloul
+6  A: 

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

Breaks down comments/lines of code etc.

Kindness,

Dan

Daniel Elliott
I use this, and it rocks.
this. __curious_geek
+1 it's nice tool
Wael Dalloul
+1  A: 

TeamSuite will report this value as part of it's code metrics along with other, perhaps more valuable, statistics.

tvanfosson
+1 "more valuable statistics"
Daniel Elliott