Top "Lines-of-code" questions

The number of code lines.

How do you count the lines of code in a Visual Studio solution?

Is it possible to find the number of lines of code in an entire solution? I've heard of MZ-Tools, but …

visual-studio code-metrics lines-of-code line-count
Python: try statement in a single line

Is there a way in python to turn a try/except into a single line? something like... b = 'some variable' …

python exception lines-of-code
How to count lines in a netbeans project

Hello I have netbeans 7 and I was wondering how to calculate the total lines for a project. I have looked …

netbeans lines-of-code
Eclipse plugin for measuring lines of code

I'm running Eclipse Helios (3.6) and was wondering if there is a nice plugin out there that will count the number …

java eclipse metrics lines-of-code
Count lines of code in directory using Python

I have a project whose lines of code I want to count. Is it possible to count all the lines …

python lines-of-code
Lines Of Code in Team foundation server

I'm looking for reporting tools for TFS, I need to get Lines of Code for individual developer between 2 dates, do …

tfs azure-devops lines-of-code
Counting lines of code

I was doing some research on line counters for C++ projects and I'm very interested in algorithms they use. Does …

c++ lines-of-code
How to count lines of code in Python excluding comments and docstrings?

I want to count the lines of code in a multi-file Python project as accurately as possible, but without including …

python lines-of-code
Counting changed lines of code over time

Is there any good tool that computes the number of changed lines of code over a certain time period in …

mercurial lines-of-code
Lines-of-code counting for many C# solutions

I am currently researching a solution for counting lines of code in C#. I pretty much need a combination of …

c# file count lines-of-code