One team will analyze our .NET solution code. Before that, we wondered how many lines of code contains our project.
Is there a way to achieve find out this (in VS 2010) ?
Open the search (ctrl+shift+f),
Search for all files in the solution (*.cs or *.vb), use regular expression ^
(line beginning).
Wait.
PS.
you can filter out empty lines with ^.+$
(a @ssc-hrep3 suggestion)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With