Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-auto-codeNew to Visual Studio Code? Get it now.
vscode-auto-code

vscode-auto-code

wk-99

|
1,061 installs
| (0) | Free
VSCode自动补全代码插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

根目录下创建 prompt-config.json

body 匹配内容

describe 内容描述

{	
	"bar": {
		"body": "<mu-bar cellspacing></mu-bar>",
		"describe": ""
	},
	"button": {
		"body": [
			"<mu-button",
			"button-type=\"normal\"",
			"button-style=\"text\"",
			"button-shape=\"round\"",
			"icon-class=\"\"",
			"@click=\"\"></mu-button>"
		],
		"describe": "type:normal | primary | submit | danger; style: outline | link"
	},
	"editor": {
		"body": [
			"<mu-editor",
			"></mu-editor>"
		],
		"describe": ""
	},
	"calendar": {
		"body": [
			"<mu-calendar",
      "language=\"en\"",
      "v-model=\"\"",
      "select-mode='date'",
      ":range-start=\"rangeStart\"",
      ":range-end=\"rangeEnd\"",
      ":marked-dates = \"markedDates\"",
      "style=\"height: 400px; width: 600px;\">",
    	"</mu-calendar>"
		],
		"describe": ""
	}
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft