- Multi-select support
- Replace selected text or insert conversion as comments
- Hex to decimal conversion
- Replace
- Comment
- Hex to ASCII conversion
- Replace
- Comment
- Hex to binary conversion
- Replace
- Comment
- Decimal to hex conversion
- Replace
- Comment
- ASCII to hex conversion
- Replace
- Comment
- Binary to hex conversion
- Replace
- Comment
- Select the text you want to convert
- Open command palette (Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux))
- Search "convert" or "comment" and select conversion method
This extension contributes the following settings:
hex-multi-converter.convertEscapeCharactersToText
: (defaulttrue
) Set tofalse
to disable escape characters to text conversion (render newline instead of "\n" for example).hex-multi-converter.convertControlCharactersToText
: (defaulttrue
) Set tofalse
to disable control characters to text conversion (show the ESC symbol instead of "ESC" for example).hex-multi-converter.extendedMatcher
: (defaultfalse
) Set totrue
to enable extended syntax for hexadecimal numbers. For example, when enabled 0x12345U and 0x12345u will be matched as hexadecimal numbers.