I have a bin file holding all my instruction cache and data cache for my Verilog project, and I want to see it as the Notepad++ hex editor shows its meaning, hex representation view. Is there a way to configure this?
Or maybe an extension that provides this functionality?
A custom editor extension for Visual Studio Code which provides a hex editor for viewing and manipulating files in their raw hexadecimal representation.
Install this extension: Hexdump for VSCode. It can display a specified file in hexadecimal.
Open the file/image/whatever you want to display in hex mode in Visual Studio Code, then press Ctrl + Shift + Alt + H. That's it.
Or press Ctrl + P then input Show hexdump from path
to open a file in hex mode directly.
VSCode 1.46 (May 2020) will have its own native Hex Editor extension:
Hex Editor
With the custom editor API finalized with support for binary editors, we have developed a hex editor extension to provide a native hex editing experience.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With