Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Snippets
>
sui-helper
New to Visual Studio Code?
Get it now.
sui-helper
georgezhang
|
28 installs
|
(
0
)
|
Free
sui code helper
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
sui-helper README
Features
功能1:文档提示 鼠标悬停在组件上,可以提示相关的使用文档
功能2:属性提示 写组件后敲击空格,有对应属性名称提示;
Document Hover Tips
使用方式:将鼠标悬停在sui组件; 例如
S-button
或组件属性
type
上;
1.0.0
文档提示
属性自动补全
新组件文档指南
可以看document文件夹下,将
doc.md
类型的文件放入zh-CN之后执行文件
builder.js
可以生成对应
[filename].ts
文件,插件根据ts文件生成提示文档;
Following extension guidelines
插件开发指南
Extension Guidelines
Extension Guidelines
Extension Guidelines
Enjoy!