Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
- Visual Studio: Is there an incremental search for
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
TeamSuite will report this value as part of it's code metrics along with other, perhaps more valuable, statistics.
I find SlickEdit gadgets SLOC report to be very good and FREE! :)
Breaks down comments/lines of code etc.
Kindness,
Dan
You can use Project Line Counters add-ins available from from Code Project -