开发者

Visual Studio 2008 & Number of Lines in a Solution [duplicate]

This question already has answers here: 开发者_如何学Python Closed 12 years ago.

Possible Duplicate:

How do you count the lines of code in a Visual Studio solution?

Hello all,

I am using Visual Studio 2008 and Resharper 4.5 but I haven't figured out how to determine the total number of lines of code in a Solution. The solution I am working on has about 12 projects. Do the tools I am using support such feature? If not, is there a utility that will do this for me ?

Thanks, Marios


There is no out of the box supported way of doing this with Visual Studio. However there are several freely available tools out there which provide this metric. Or you could quickly code up one of the following

  1. A PowerShell Script
  2. A Visual Studio Macro
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜