stef-levesque / vscode-hexdump

hexdump for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Data inspector

OMG-Abaddon opened this issue · comments

I'd love to use this extension as my go-to hex editor, but I'm missing core functionalities: a live data inspector (without mouse hovering). Take Hex Workshop for example:

http://prntscr.com/hd7mnw

The data inspector will show the values available for each bit length without having to select or hover (i.e. no need to use the mouse). On top of that, it shows the DOS date and time translation, and other similar data.

On related note, being able to view decimal addresses and arbitrary number of bytes per line (instead of just 8, 16, or 32) would be awesome! (similar to what https://facelessuser.github.io/HexViewer/#valid_bytes_per_line offers for Sublime)