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

Vexium Language

Vexium

|
2 installs
| (0) | Free
Official Vexium language support for VS Code: syntax highlighting, snippets, and file icons
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vexium Language for VS Code

Official language support extension for Vexium.

Features

  • Syntax highlighting for .vxm and .vxmc
  • Language configuration (brackets, comments, indentation)
  • Snippets for common Vexium patterns
  • Optional Vexium file icon theme

Install

From VS Code Extensions marketplace:

  1. Open Extensions (Ctrl+Shift+X)
  2. Search for Vexium Language
  3. Install

Repository

  • Monorepo: https://github.com/Vexium-Language/vexium
  • Extension folder: vexium-vscode/

Build from Source

cd vexium-vscode
npm install
npx vsce package

This creates a .vsix package you can install in VS Code.

Local Install (.vsix)

code --install-extension vexium-language-<version>.vsix

Included Language Coverage

  • Control flow keywords, declarations, module syntax
  • Operators and numeric literals
  • Strings (including interpolation)
  • Built-in function names and common stdlib symbols

Related Extension

Use with Vexium Debugger (vexium-debugger/) for breakpoints, stepping, and variable inspection.

License

MIT — see LICENSE.txt

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