Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HexInspectorNew to Visual Studio Code? Get it now.

HexInspector

Mateusz Chudyk

|
6,697 installs
| (2) | Free
Provides fast and easy way to peek other forms of a hexadecimal value
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HexInspector

Installs Release License

Overview

HexInspector is an extension for Visual Studio Code that provides fast and easy way to peek other forms of a hexadecimal value. You just need to point a value and other forms will be summarized in a hover. Hexadecimal value is recognized if it starts with 0x or # (e.g. 0x123, #1234). The extension supports both Little-Endian and Big-Endian byte order. You can choose endianness in settings.

Extension is available on the Marketplace.

Supported forms

Form Display
Decimal Unsigned (always) / Signed (if the highest bit of the highest byte is set)
Size With 3 decimal places
Binary With leading zeros
Float16 (IEEE 754) Only if value has at most 2 bytes
Float32 (IEEE 754) Only if value has at most 4 bytes
Float64 (IEEE 754) Only if value has at most 8 bytes
Chars Sequence of characters

Screenshot

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft