How to Get Total Line Count In Visual Studio 2013 Without Addons

I found it quite odd to discover that there was no built in method to count the total amount of lines for a project in Visual Studio 2013. I did some searching and found that pretty much every guide was saying download this application or install this plugin in order to get the code metrics. This is a big waste when all you want to see is what the total lines of code in your solution is. Thankfully there is a really simple solution to find out how many lines of code there are in your project. Here is how to get the total line count in visual studio 2013.

Open up your project solution and press CTRL + SHIFT + F. This will open the typical find and replace / search window. Go down to the “Find Options” field and open the drop down. Go down and select the “Use Regular Expressions” box. This will allow you to perform a search using regex. In the “Find what:” box, enter the following value.

^(?([^\r\n])\s)*[^\s+?/]+[^\n]*$

Click the “Find All” button and Visual Studio will begin counting all of the lines of code. The more lines the longer this will take, but once it has been completed the results will be displayed in the console window. Scroll down to the very bottom to see the results. The final line should look something like this.

Matching lines: 4486    Matching files: 37    Total files searched: 37

 

Related Articles

Related Questions

My ASUS ROG Zephyrus Suddenly Shut Down—Help!

I've been using my ASUS ROG Zephyrus since 2021, and it just shut off on me without any warning. I played around with it...

What’s the best way to upgrade my gaming PC with a $500 budget?

I'm looking to get the most value for my upgrade dollar with my current setup. I have an AMD Ryzen 5 3600X CPU, Nvidia...

RTX 4070 vs RTX 5060 Ti: Which One Should I Choose?

I'm building my first PC and initially thought about getting an RTX 5070, but it's way out of my budget at around $600. I'm...

2 COMMENTS

  1. Thank you, only it does not seem to work in Visual Studio 2015. The button “Find All” remains inactive in the field “Find what” is left empty despite the presence of the regular expression.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Latest Tools

Online Hash Generator – String to Hash Converter

Need to quickly generate a hash from a string? Whether you're verifying file integrity, securing data, or just experimenting with cryptographic tools, this simple...

Convert CSV To HTML Table

Need to quickly turn CSV data into an HTML table? Whether you're copying data from Excel, Google Sheets, or another spreadsheet, this tool makes...

Student Group Randomizer

Creating fair and balanced groups in the classroom can be time-consuming — especially when you're trying to avoid repetition, manage different skill levels, or...

Random Group Generator

Need to split a list of people, items, or ideas into random groups? Our free Random Group Generator makes it quick and easy. Whether...

Flip Text Upside Down – Free Online Tool

Ever wanted to flip your text upside down just for fun or to grab someone’s attention in a creative way? This free online Upside...

Raffle Ticket Generator

If you're running a fundraiser, charity draw, or local event and need raffle tickets fast, this free online tool lets you generate and print...

Latest Posts

Latest Questions