Data Converter is a VSCode extension that allows you to quickly convert sections of data from one form to another. It can be used to assist in debugging error logs or any other number-heavy process.
Select text and press Alt+D
to bring up the options menu.
- Decimal, Hex, and Binary conversions of individual numbers and whole documents.
- URL Escaping/Unescaping.
- Unicode Encoding/Decoding.
converter.prependDataWithIdentifier
: Add 0x and 0b in front of hex and binary numbers when converted.converter.treatSpacesAsDelimiter
: Spaces indicate a new number.converter.padToLength
: The amount of digits to pad converted numbers to.