At the beginning of this year, I planned a task on to-do, which was to develop a VSCode extension for the purpose of solving my own needs.
Recently, I have a small idea, I wanted counting the size of a file or folder without leaving the VSCode editor.
However, there is no such extension in the VSCode Extension Market.
So I began to build wheels
Install
You can Install the extension in the website Folder Size
or
Search "Folder Size" in Extension Market.
Preview
Features
Currently, Folder Size has two statistical functions are supported
Count the [file | folder] size
When you selected/opened/saved file, extension will show the status of [📃 file | 📁 folder] size in the status bar.
Show Number of statistical files
Click on the status bar to display the number of files and statistics in the folder where the selected file is located
👏 Welcome to try it.
Top comments (2)
Share the open source link with us
Here's the repo link: github.com/xiaoluoboding/vscode-fo...