vscode-hexdump icon indicating copy to clipboard operation
vscode-hexdump copied to clipboard

Un-deprecate extension in VSCode marketplace

Open davidva-ecco opened this issue 1 year ago • 1 comments

This extension has been deprecated in the VSCode marketplace in favor of Hex Editor. However, Hex Editor (as far as I can tell) does not have a true "hex dump" function that dumps the decoded hex data as ASCII text that can be edited/copy-pasted to another editor/reformatted. I was using vscode-hexdump for this purpose but I am unable to install it now, due to it being deprecated:

image

Can this extension be un-deprecated, or can someone recommend another way (in VSCode) to get an editable ASCII hex dump of a binary file?

davidva-ecco avatar Jul 14 '22 16:07 davidva-ecco

👋 , I'm the maintainer of the Hex Editor extension. I would be more than happy to take a PR to bring this as a command to the Hex Editor. If you don't have time for a PR feel free to submit a feature request and I or a community member may try to implement it.

In the meantime if the deprecation is causing you issues feel free to install it via the code cli code --install-extension slevesque.vscode-hexdump should do it 👍

lramos15 avatar Aug 26 '22 12:08 lramos15

And HexEditor doesn't support export the binary file as C source code.

Tnze avatar Dec 30 '22 09:12 Tnze

And HexEditor suffer from feature creep which is not a problem as long as it is not laggy (which it is). And HexEditor either does not does not seem to retain what work it has done and need to recompute lot of thing after a tab switch or there is a rendering issue. This makes it impossible to do a trivial visual tab comparison via fast tab switching (plain old Hyrum's law). hexeditor hexdump

etiennemlb avatar Jan 04 '23 10:01 etiennemlb

Thanks everyone for your input, I have opened a feature request for this functionality in Hex Editor: https://github.com/microsoft/vscode-hexeditor/issues/411 so I am closing this issue.

davidva-ecco avatar Jan 17 '23 22:01 davidva-ecco