microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
523 stars 84 forks source link

Add copyOffsetAsHex/Dec #521

Closed tomilho closed 3 months ago

tomilho commented 4 months ago

Ref #519

Both commands copy the focused element's offset.

copyoffset

lorsanta commented 3 months ago

Hi @tomilho! I read your comment https://github.com/microsoft/vscode-hexeditor/issues/519#issuecomment-2081678249, and your PR doesn't really impact mine #498.

However to make things less confusing I should probably change all occurrences of copyAs to copyValueAs or something similar.

I'll wait to see what the maintainers have to say.

tomilho commented 3 months ago

Thank you for checking! Your PR looks awesome by the way.

DeflateAwning commented 3 months ago

This looks awesome! Would love to get this feature in!

connor4312 commented 3 months ago

Thanks for the PR!