65.9K
CodeProject is changing. Read more.
Home

Line Counting Trickery within Visual Studio

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.97/5 (15 votes)

Jul 24, 2013

CPOL

5 min read

viewsIcon

75112

This post will cover how to get the number of lines of code within your application in both premium and non-premium versions of Visual Studio through either the integrated Code Metrics tools (Premium-versions only) or by leveraging a crafty Regular Expression and without having to resort to USI.