Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>element-ui-doc-tooltipNew to Visual Studio Code? Get it now.
element-ui-doc-tooltip

element-ui-doc-tooltip

wangyiping1996

|
505 installs
| (0) | Free
帮助用户快速查看element-ui组件相关内容的Vscode插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

element-ui-doc-tooltip README

一个帮助用户快速查看element-ui中各组件属性的Vscode插件,支持Vue单文件及html文件下的使用

Features

查看组件可选属性值

将鼠标悬浮在符合命名规范的组件上,可以看到可选的属性值,可以通过设置将悬浮框内容改变为完整的文档

Hover

查看组件详细文档

点击查看更多按钮,将在侧边打开包含属性详细说明的Webview面板,并自动跳转到相应位置

viewMore

组件属性值补全

提供相关组件的attr、events、slot补全

completion

设置自定义组件label

针对部分组件中对element-ui组件的重定义,支持自定义组件前缀的输入,可以同时匹配多种前缀

setcustomlabel

直接查看组件文档

不需要悬浮组件直接进入文档详情

getdoc

Requirements

需要marked组件

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

"element-ui-doc-tooltip.component-prefix": {
    "type": "string",
    "default": "el",
    "description": "element-ui组件的标签前缀,默认为el,如input组件的标签为el-input"
},
"element-ui-doc-tooltip.doc-language": {
    "type": "string",
    "default": "zh-CN",
    "description": "提示文本的语言类型,默认为简体中文"
},
"element-ui-doc-tooltip.complex-hover-doc": {
    "type": "boolean",
    "default": false,
    "description": "是否在悬浮提示框上展示完整文档,默认为否"
}

Known Issues

暂无

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

发布组件

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