Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Filesize Hover ExplorerNew to Visual Studio Code? Get it now.
Filesize Hover Explorer

Filesize Hover Explorer

Andrey Babushkin

|
235 installs
| (1) | Free
Shows file sizes directly in VS Code's Explorer view with human-readable format.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Filesize Hover Explorer

See file sizes instantly by hovering over files in VS Code's Explorer. No more right-clicking or checking properties - just hover and know.

Features

  • Displays human-readable file sizes (B, KB, MB, GB) directly in the VS Code's File Explorer
  • Works automatically - no configuration needed
  • Super lightweight — no dependencies, just 50 lines of code

Filesize Hover Explorer in Action

Installation

Marketplace

In VS Code, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), type Install Extensions and hit Enter. In the search field, type Filesize Hover Explorer. Install the extension.

Manual Installation

Download the latest .vsix from the Releases page. In VS Code, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), type Install from VSIX, and select the downloaded file.

Or build it yourself:

npm install -g @vscode/vsce
git clone https://github.com/cyberBabushkin/vscode-filesize-hover-explorer
cd vscode-filesize-hover-explorer
npm ci
vsce package

It will generate the VSIX file in the source directory. The installation is the same as above.

Known Issues

No known issues! Yet. But you can be the first! Report any issue on Github or create a pull request for changes.

Support

⭐ Star | 🐛 Report Issues | EVM: cyberbabushkin.eth

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft