Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software metrics #7974

Open
ThirtySomething opened this issue Aug 14, 2021 · 5 comments
Open

Software metrics #7974

ThirtySomething opened this issue Aug 14, 2021 · 5 comments

Comments

@ThirtySomething
Copy link

Type: Feature Request

I searched for a feature request like this, but without any success. Then I started a discussion here. There came up a proposal to request this as a feature.

I would like to propose software metrics. Jim Wanner, the author of one of my favorite tools has ended his career as a software developer. With SourceMonitor, I was able to view various software metrics about source code. This is a great support to write better code. It is also a great help for restructuring and improving code. Unfortunately, there will be no further development for this tool.

So I had the idea that this could be a topic for the C++ extension.

A few metrics are easily implemented: The number of lines in the file, the number of lines of code, the number of comment lines, ... It gets more elaborate with the McCabe metric (cyclomatic complexity) or the branch depth. It is even more complex if this is to be done not only for a single file, but for a workspace. Then there are the average values and a maximum in addition to the previous values.

@github-actions
Copy link

This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog.

@github-actions github-actions bot added the more votes needed Issues that have been postponed until more community members upvote it label Oct 17, 2021
@github-actions github-actions bot reopened this Mar 30, 2022
@github-actions github-actions bot modified the milestones: Triage, Backlog Mar 30, 2022
@github-actions github-actions bot removed the more votes needed Issues that have been postponed until more community members upvote it label Mar 30, 2022
@github-actions
Copy link

This feature request has received enough votes to be added to our backlog.

@FoxUnpopuli
Copy link

Sitrep - how far along is this? :)

@mrx23dot
Copy link

There are plenty of other metric addons out there,
https://marketplace.visualstudio.com/items?itemName=SeyyedKhandon.qpack

no need to bloat main addon, please close ticket.

@heartacker
Copy link

QPack

Web Quality/Metric Development Essentials Extension Pack for Visual Studio Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants