Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>aiot-ide-ux-languageNew to Visual Studio Code? Get it now.
aiot-ide-ux-language

aiot-ide-ux-language

donglin

|
1,344 installs
| (0) | Free
Language support for Ux (Quickapp or vela)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ux-language-features (Uxls)

⚡ Fast ux Language Support Extension support quickapp and vela

Formatting

⚠️ Uxls only has a "whole document formatter" and cannot format arbitrary ranges. As a result, only the Format Document command is available. The Format Selection command does not work.

👉 Uxls use prettier as the formating engine. So you can use a .prettierrc or .prettierrc.json file to customize formatting rules.

example:

// in your .prettierrc file
{
	"semi": true,
	"singleQuote": false,
	"printWidth": 80,
	"tabWidth": 2,
	"useTabs": true,
	"arrowParens": "always",
	"bracketSameLine": false,
	"bracketSpacing": true,
	"htmlWhitespaceSensitivity": "css"
}

more info to prettier

Note

❌ Do not use Object.assign() when define components

export default Object.assing({},mixin,{
  props:['a'],
  private:{
    msg:'do not code like this'
  },
  someMethods(){
    console.log(this.msg)
  }
})

Such code can not get the code completion and error prompts provided by the plugin

💌 Thanks for volar

Thanks to the Volar, ux-language-features is inspired by Volar

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