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

WordPress Table of Contents Plus Not Working

I have been using this plugin for a while and i really like it. It seems to have completely stopped working recently. I can...

Function Keys Reversing Between Fn Actions And Normal

My keyboard has the usual F1 to F12 keys along the top. I use these for shortcuts in various applications. These keys also have...

Whirlpool Oven F6E6: Appliance Manager 1 Board Communication

I have a brand new Whirlpool oven W11I OM1 4MS2 H or (859991549450). I bought it alongside the microwave combi oven. I have had...

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

List Sorting Tool

Welcome to our innovative list ordering and management tool. This next-level platform enables you to sort a list of items in ascending or descending...

Sudoku Solver

Welcome to our free online Sudoku solving tool, an interactive platform for puzzle enthusiasts seeking a break from a Sudoku conundrum. This advanced platform...

Apply Image Filters To Image

Digital imagery in the modern world is all about reinforcing emotions and stories behind each photo we take. To amplify this storytelling, we are...

Add Watermark To Image

As the world is increasingly consumed by digital media, protecting your original images is paramount. We are thrilled to introduce you to our innovative...

CSV To Xml Converter

Welcome to our CSV to XML converter tool, a convenient and user-friendly solution for all your data conversion needs. This versatile tool on our...

RGB Image Splitter

Welcome to our innovative RGB Splitter - a unique image analyzer tool that offers an in-depth peek into the building blocks of your photos....

Latest Posts

Latest Questions