Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>M-HEX Dump ViewerNew to Visual Studio Code? Get it now.
M-HEX Dump Viewer

M-HEX Dump Viewer

IH02

|
44 installs
| (0) | Free
Intel HEX viewer/editor with T32-style dump view
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

M-HEX Dump Viewer (VS Code Extension)

Intel HEX viewer/editor with a T32-style dump view for .hex, .ihex, and .ihx files.

Quick Start

  1. Install dependencies:
npm install
  1. Start the extension host (F5) or build once:
npm run compile

Development

  • Watch mode for live rebuilds:
npm run watch
  • Lint the extension source:
npm run lint

Repo Layout

  • src/: TypeScript source (entry: src/extension.ts)
  • out/: Compiled output (generated)

Notes

  • The extension is activated by the custom editor taskingHex.dumpEditor.
  • Example data file: example.hex
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft