DEV Community

Yunwei Xiao
Yunwei Xiao

Posted on

I built a VSCode extension: Folder Size

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.

install

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.

Oldest comments (2)

Collapse
 
hasantezcan profile image
Hasan TEZCAN

Share the open source link with us

Collapse
 
xiaoluoboding profile image
Yunwei Xiao