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 "Right Click -> Copy Address" feature when right-clicking on a byte #519

Open DeflateAwning opened 4 months ago

DeflateAwning commented 4 months ago

I want to be able to copy the address of the currently-selected byte when I right-click on it.

I propose the following two additions to the right-click context menu:

  1. Copy Address as Dec
  2. Copy Address as Hex

The right-click menu is currently very empty, so I see no downside to adding this feature.

tomilho commented 4 months ago

I can work on this, but I am not sure how it will impact #498. I will add them as separate commands for now.