BitBot – Bits & Bytes Converter
Quickly convert between bits, bytes, KB, KiB, MB, and more.
Installation
- Open the Extensions view (
Ctrl+Shift+X).
- Search for BitBot.
- Click Install.
Alternatively, install via the Marketplace URL: BitBot on VS Code Marketplace
Features
- Convert any of the 20 supported units (e.g.,
bits, bytes, KB, kB, KiB, MB, etc.).
- Auto‑detects unit suffixes (
128kB, 256 KB, 512KiB).
- Preserves the input spacing style in the output.
Usage
- Open the Command Palette (
Ctrl+Shift+P).
- Run BitBot: Convert Bits & Bytes.
- Follow the sequential dialog:
- Pick a source unit.
- Enter the value.
- Pick a target unit.
- The result is displayed in the terminal.
Quick conversion from editor
You can also use BitBot directly in the editor:
- Select a value with a unit (e.g.
128kB) — auto-detects the source unit and value, skips those steps, and replaces the selection with the result.
- Select just a number (e.g.
128) — uses it as the value, skips the value input step, and replaces the selection.
- No selection — falls back to the full dialog as described above.
Commands
| Command |
Description |
BitBot: Convert Bits & Bytes |
Launch the bits & bytes conversion dialog |
Extension Settings
Currently no settings are exposed.
Known Issues
Release Notes
0.0.1
- Initial release with core conversion logic and UI.
Created with ❤️ by ossisoft.
| |