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
- A PowerShell Script
- A Visual Studio Macro
精彩评论