vscode-hexdump
vscode-hexdump copied to clipboard
Feature request: inline edition
Right now to edit a byte, you have to right-click and select "edit value under cursor" and at the top of the window a new text input appears: you kinda loose your context.
It would be great if there was a way to edit inline, for example by double clicking.
AFAIK, this is not possible with the current state of the VS Code Extension API.
The hexdump window is a Read-only text buffer with syntax colorization. Customizing double-click is not supported yet, neither displaying an inputbox at the cursor location.
The shift-enter
shortcut is currently the fastest way to edit a value.