microsoft / vscode-hexeditor

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

[feature request]Show the memory address of a cell when hovering up with mouse #467

Closed Pich78 closed 5 months ago

Pich78 commented 9 months ago

When debugging I can open the memory as a bin file. If I move the mouse over a memory cell, I can see the value contained in that memory cell in various formats: binary, uint8, uint16, etc. It would be nice to show also the memory address of that cell.

tomilho commented 5 months ago

Hi! I'm interested in working on this issue. Is it still up for grabs?