Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 946 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 946 Bytes

vscode-data-converter

Screenshot

Download here.

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.

Usage

Select text and press Alt+D to bring up the options menu.

Features

  • Decimal, Hex, and Binary conversions of individual numbers and whole documents.
  • URL Escaping/Unescaping.
  • Unicode Encoding/Decoding.

Configuration Options

  • 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.