crazyurus / miniprogram-vscode-extension

微信小程序 VSCode 插件,提供预览、打包上传、代码补全、语法高亮等特性
https://marketplace.visualstudio.com/items?itemName=crazyurus.miniprogram-vscode-extension
GNU General Public License v3.0
117 stars 22 forks source link

如何修改wxml代码补全? #50

Open Ehzuiq opened 1 year ago

Ehzuiq commented 1 year ago

如何修改wxml代码补全的内容。 例如:view组件不需要补全里面的内容 `<view hover-class="{{hover-class}}" hover-stop-propagation="{{hover-stop-propagation}}" hover-start-time="{{hover-start-time}}" hover-stay-time="{{hover-stay-time}}"

`

crazyurus commented 1 year ago

这个代码片段目前不支持用户修改,后面优化下去掉这些使用频率不高的属性