vscode-hexdump icon indicating copy to clipboard operation
vscode-hexdump copied to clipboard

Feature request: inline edition

Open warpdesign opened this issue 7 years ago • 1 comments

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.

warpdesign avatar Apr 18 '17 09:04 warpdesign

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.

stef-levesque avatar Apr 18 '17 13:04 stef-levesque