Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-moldNew to Visual Studio Code? Get it now.
vscode-mold

vscode-mold

Laerdal Medical

|
36 installs
| (0) | Free
Mold language server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mold Language Server

See https://github.com/Laerdal-Medical/vscode-mold for latest vscode extension to support .mold files.

Features

  • validation
  • Semantic highlights
  • Explorer view to show variables/states within a mold file

Validation

Validation

Semantic highlights

Semantic tokens

Semantic tokens are aligned with standard token kinds (similar to TypeScript), so editor themes can style them without custom token-type registrations.

To change the look of these, edit your vscode settings.json file. e.g.

  "editor.semanticTokenColorCustomizations": {
    "enabled": true,
    "rules": {
      "variable.declaration.global": {
        "foreground": "#e08d69"
      },
      "variable.declaration.local": {
        "foreground": "#7ecbff"
      }
    }
  },

Dependencies

Parser and Lexer generated from a antlr4 grammar

  • See https://github.com/Laerdal-Medical/mold-grammar

Attributions

Icons from https://www.flaticon.com/

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