stef-levesque / vscode-hexdump

hexdump for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy as C source

VahidN opened this issue · comments

It would be nice to have this feature too:
copy as c source

It produces an array from the selected area like this:

unsigned char rawData[] =
{
    0x86, 0xCC, ...
} ;