DEV Community

Cover image for How to count the lines of code you wrote in VS Code?
vito.mohagheghian
vito.mohagheghian

Posted on • Updated on

How to count the lines of code you wrote in VS Code?

Knowing the number of lines of code is interesting, and sometimes important. There are many tools out there, but the best one in my opinion is:

VS Code Counter

Image description

After installing, press CTRL + SHIFT + P then search for count

Image description

click the first one, then it will create new a folder like this,

Image description

Your results.txt the file would be like this:

Image description

the point is in .VSCodeCounter the folder these records will save by their date. 😉

keep in touch

Keep Coding Y'All 👨🏻‍💻

Top comments (0)