Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>WeChat WXML Language ServerNew to Visual Studio Code? Get it now.
WeChat WXML Language Server

WeChat WXML Language Server

PUFFIN STUDIO

|
3 installs
| (0) | Free
Language server for WeChat Mini Program WXML files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WeChat WXML Language Server (VSCode)

VSCode extension skeleton for the wxml-lsp Rust language server.

Prerequisites

  • Node.js + npm
  • VSCode
  • Rust wxml-lsp binary built and copied into this extension's bin/ directory (future task)

Setup

npm install

Build

npm run compile

This generates out/extension.js.

Run in VSCode

  1. Open editors/vscode/ in VSCode.
  2. Press F5 to launch an Extension Development Host.
  3. Open a .wxml file to trigger activation (onLanguage:wxml).

The extension resolves the language server executable from:

bin/wxml-lsp-${platform}-${arch}

For example on Apple Silicon macOS: bin/wxml-lsp-darwin-arm64.

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