Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CBOR EDN EditorNew to Visual Studio Code? Get it now.
CBOR EDN Editor

CBOR EDN Editor

Max Schlesinger

| (0) | Free
An extension that converts CBOR files into EDN, making them readable and editable.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CBOR EDN Editor

CBOR EDN Editor allows you to open, view, and edit binary CBOR files as human-readable Extended Diagnostic Notation (EDN) directly in VS Code.

Open CBOR File Open .cbor files instantly in a split-view editor.

Core Features

Live Side-by-Side Hex Editing

Watch your binary data change as you type. The integrated view shows the exact Hex representation of your CBOR structure in real-time. No manual compilation needed.

Live Hex Editing

Live syntax error checking & Quick Fixes

Powered by a custom parser, the editor catches syntax errors instantly, underlines them in red, and offers Quick Fix suggestions when available.

Error Checking and Quick Fix

Export Options

  • When a CBOR file is opened, it can be exported as EDN.
  • When an EDN file is opened, it can be exported as CBOR.

Export to EDN Export to CBOR

Advanced Capabilities

  • Smart Formatting
  • Cross-selection highlighting between EDN and binary bytes
  • One-click data export for sharing via cbor.me
  • Hover support for Lexer/Parser Errors and tags

Known Issues / Limitations

  • Syntax Checking: The validation is currently experimental. It may not catch all edge cases or complex nested structures yet.
  • Large Files: Very large files might cause performance problems during live updates.
  • Comments in CBOR: Since CBOR is a binary format, comments in .cbor files are discarded when saving. Comments in .edn files are preserved.

Installation/Usage

  1. Download the latest .vsix file from Releases.
  2. In VS Code, open the Extensions view and select Install from VSIX....
install locally built vsix
  1. Choose the downloaded file.
  2. Open a File: Simply click on any .cbor or .edn file. It will open in the custom editor.

Credits & License

This extension is based on the vscode-scitt-preview repository by Transmute Industries.

Licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft