Skip to content

attilathedud/vscode-data-converter

Repository files navigation

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.

About

VSCode extension to quickly convert data from one format to another

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published