Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 420 Bytes

File metadata and controls

14 lines (8 loc) · 420 Bytes

hex-array-formatter

VS Code extension to quickly toggle hex array representation between commonly used format (hex string, C array etc).

Example : AABBCCDD => AA BB CC DD => AA:BB:CC:DD => 0xAA, 0xBB, 0xCC, 0xDD

Features

Quickly toggle hex array representation between commonly used format (hex string, C array etc).

Tip: You can use ctr+alt+H as a shortcut

feature preview