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.
Features
- Fast and snappy file size display on the toolbar
- No configuration required. It just works.
- Live file size for Untitled files
- Updates file size display on save for named files.
- Runs on start-up.
For example if there is an image subfolder under your extension project workspace:
This extension does not work with images, binaries, blobs and other file types. Support may come in the future. Open a PR if you want it sooner.
Requirements
- 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.
Extension Settings
None as of yet. It a simple application lol.
Known Issues
- Does not work against non-text files
- Events are called too frequently for Untitled files.
Release Notes
Will add more as I progress through it more.
1.0
Release!
- Shows size for text files in human readable units.
| |