File Sized VS Code Extension
Shows the size of the currently open file in the status bar (bottom left). You can customize the unit (bytes, KB, MB, GB) via settings.
Features
- Displays file size in the status bar
- Updates on file change, save, or editor switch
- Customizable units via settings
Settings
fileSized.unit : Choose between bytes , KB , MB , or GB .
Icon
A placeholder icon is included in images/icon.png . Replace it with your own for production.
Deployment
- Run
npm run package to build the extension.
- Publish using
vsce publish (see Publishing Extensions).
Development
- Run and debug the extension using VS Code's Extension Development Host.
- Update settings in VS Code to change units.
License
MIT
| |