Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Mesh LanguageNew to Visual Studio Code? Get it now.
Mesh Language

Mesh Language

OpenWorth Technologies

|
4 installs
| (0) | Free
Mesh language support — syntax highlighting, diagnostics, hover, go-to-definition, completions, and signature help
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mesh Language

VS Code Marketplace Version VS Code Marketplace Installs

Language support for Mesh -- an expressive, readable programming language with built-in concurrency via actors and supervision trees.

Features

  • Syntax Highlighting -- comprehensive TextMate grammar with scoping for keywords, types, literals, comments, and module-qualified calls
  • Diagnostics -- real-time error reporting from the Mesh compiler
  • Hover Information -- type information and documentation on hover
  • Go to Definition -- jump to definitions across files
  • Completions -- context-aware completion suggestions with snippet support for functions and types
  • Signature Help -- parameter hints for function calls showing argument types and names
  • Document Symbols -- Outline view with hierarchical symbols for functions, services, types, and more

Syntax Highlighting

Requirements

The Mesh compiler (meshc) must be installed and available in your PATH. The extension connects to the built-in language server provided by meshc.

Install meshc:

curl -sSf https://meshlang.dev/install.sh | sh

Extension Settings

Setting Default Description
mesh.lsp.path meshc Path to the meshc binary. Must be in PATH, or provide an absolute path.

Release Notes

See CHANGELOG.md for a detailed list of changes in each release.

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