Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AbraseNew to Visual Studio Code? Get it now.
Abrase

Abrase

knh190

|
1 install
| (0) | Free
Syntax highlighting, simple completion, and debug for the Abrase language (.abe).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Abrase for VS Code

Syntax highlighting, simple completion, and debug commands for the Abrase language (.abe).

Features

  • Syntax highlighting.
  • Simple completion — static list of keywords, builtin types, and host natives (synth_*, device_*, print, math, …).
  • Commands — driving the abrase CLI:
    • Abrase: Check — abrase check
    • Abrase: Run — abrase run
    • Abrase: Disasm — abrase disasm
    • Abrase: Run with debug — abrase run --debug, optionally with a BREAK_AT=<fn>:<pc> / <file.abe>:<line> host-side breakpoint.

Requirements

The abrase CLI on PATH (or set abrase.cli to its path).

Install (manual)

git clone https://github.com/KHN190/Abrase-vscode \
  "$HOME/.vscode/extensions/abrase"

Reload VS Code.

License

MIT

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