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

[Feature Request] - Add Totals of that bottom of different views for Count Lines in Workspace #65

Closed ondrovic closed 2 years ago

ondrovic commented 2 years ago

Might be more useful to have the totals at the bottom of the different views instead of the top something like the following summary details

uctakeoff commented 2 years ago

"." in "Directories" contains the aggregate results of all files in the target directory. This is effectively the same as "Totals".

And the content of "Totals" does not change whether it is "Directories" or "Lanaguages". Therefore, I do not see any inconvenience in leaving it as it is now.

For more advanced totals, CSV is recommended.