A VS Code Extension to display text file sizes on the toolbar below because I am fed-up of VS Code not including it in the main app.
- Fast and snappy file size display on the toolbar
- No configuration required. It just works.
- Live file size for un-saved files
- Updates file size display on save for files on disk.
This extension does not work with images, binaries, blobs and other file types. Support coming soon. Open an Issue for wanted features, and I'll try to do my best to work it out..
- For development, run
npm install
to install the node modules. - For Debugging, go to Debug panel and
Run Extension
to start a VS Code debugging session with the extension.
None as of yet. It a simple application lol. Although I'm working for customizing the usage experience in settings, but it's a huge hassle to get that shit to work.
- Does not work against non-text files
Will add more as I progress through it more.
Added Extension Icon
Release!
- Shows size for text files in human readable units.