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

vscode-mold

Laerdal Medical

|
6 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

Some of these are custom types of tokens, so will not look different using standard themes.

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

  "editor.semanticTokenColorCustomizations": {
    "enabled": true,
    "rules": {
      "globalVariableName": {
        "foreground": "#cc95f3"
      },
      "assignmentVariableName": {
        "foreground": "#b8f3d2"
      },
      "importExportVariableName": {
        "italic": true
      },
      "equationVariableName": {
        "foreground": "#e08d69"
      }
    }
  },

Explorer view

Explorer view

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
© 2025 Microsoft