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

vitomohagheghian

vito.mohagheghian

Posted on January 7, 2023

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 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
vitomohagheghian
vito.mohagheghian

Posted on January 7, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About