Visual Studio - Determining Lines No Of Lines of c

2020-06-17 13:55发布

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

4条回答
乱世女痞
2楼-- · 2020-06-17 14:42

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

查看更多
相关推荐>>
3楼-- · 2020-06-17 14:53

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

查看更多
我想做一个坏孩纸
4楼-- · 2020-06-17 14:54

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

Breaks down comments/lines of code etc.

Kindness,

Dan

查看更多
登录 后发表回答