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

lmntal-vscode

QRWells

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

lmntal-vscode README

Language support for LMNtal.

Features

  • Syntax highlighting for both LMNtal and IL.
  • LMNtal Language Server support.
    • Diagnostics
    • Semantic highlighting
    • Document symbols
    • References
    • Document highlights
  • LMNtal Explorer outline view backed by document symbols.
  • LMNtal: IL Viewer for saved .lmn files.
  • LMNtal: Slim for running the current document, including unsaved editor content.

Get Started

  1. Install the LMNtal compiler, runtime, and language server.
  2. Set the LMNtal paths in VS Code settings if they are not already on your PATH.

Requirements

  • LMNtal compiler
    • lmntal-compiler
  • LMNtal runtime
    • slim
  • LMNtal language server
    • lmntalc workspace

Extension Settings

Setting Description
lmntal.slimPath Path to the LMNtal runtime executable.
lmntal.slimArgs Arguments passed to the LMNtal runtime.
lmntal.compilerPath Path to the LMNtal compiler executable.
lmntal.compilerArgs Arguments passed to the LMNtal compiler.
lmntal.serverPath Optional custom LMNtal language server path.
lmntal.customArgs Extra arguments passed when starting the language server.
lmntal.checkForUpdates Whether to check crates.io for language server updates.

Development

npm install
npm run lint
npx tsc --noEmit
npm test

Known Issues

None

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft