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

Dang

danglang

| (0) | Free
Language support for Dang
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dang for Visual Studio Code

Syntax highlighting and language support for Dang.

Features

  • Syntax highlighting via TextMate grammar
  • LSP support (hover, go-to-definition, completion, formatting, rename, etc.)
  • Auto-closing brackets and strings
  • Comment toggling (#)
  • Indentation rules

Configuration

Setting Default Description
dang.lsp.enabled true Enable the Dang language server
dang.lsp.path "dang" Path to the dang binary
dang.lsp.logFile "" Path to LSP log file (empty for no logging)

Installation

Until this extension is published, install from source:

cd editors/vscode
npm install
npm run compile
npx vsce package
code --install-extension dang-0.1.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft