Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>weex-langNew to Visual Studio Code? Get it now.
weex-lang

weex-lang

weex

|
10,753 installs
| (1) | Free
weex-language tooling for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

  • All features of vetur
  • Weex components snippet
  • Weex eslint (eslint-plugin-weex)

Install

  • Search weex-lang and install (Vscode extension store)
  • Associate your '.vue' files with the weex-lang extension by adding this to your settings.json, like this:
"files.associations": {
  "*.vue": "weex",
}

Note

  • You can disable Eslint-plugin-weex see here.
  • If you have vue project use vetur, you can set files.associations or temporarily disable weex-lang.
"files.associations": {
  "*.vue": "vue",
}

Issues

https://github.com/weex-cli/vscode-weex-lang/issues

Base on

vetur https://github.com/vuejs/vetur

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