uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
152 stars 20 forks source link

Count the files in the top-level as a separate item #81

Closed jalil1992 closed 1 year ago

jalil1992 commented 1 year ago

Now the extension counts lines of codes traversing all directories. And the files in the top level (not necessarily the top level but the direct level files) are not being counted separately and included in the item for the folder. I hope we could have a separate item for each folder with a special name and show the number of lines in the files that are directly included in that folder.

screenshot_89

P.S. I am happy to help out if you are busy.

uctakeoff commented 1 year ago

Supported in v3.2.0. Please check it.

jalil1992 commented 1 year ago

I confirm it works as requested. Thank you!