microsoft / vscode-hexeditor

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

Dim zero bytes #419

Open armandas opened 1 year ago

armandas commented 1 year ago

When using this extension as a memory viewer in vscode, it would be very helpful to grey out all the zero bytes so the data can stand out.

I did a quick implementation here and wonder if you would be willing to accept a PR for this?

Preview:

image