Important
推荐使用 官方插件
Fork自wechat-miniprogram-plugin,在原有基础上增加了一些功能
- 根据
project.config.json中的miniprogramRoot配置,识别app.json文件
app.json文件更多跳转路径支持。包括entryPagePath,subpackages,tabBarindex.json文件支持componentGenerics下组件的路径跳转- 对于componentGenerics组件,wxml里不再报错,且支持跳转
- 从wxml跳转到js文件对应 属性/方法 时,支持
ComponentWithComputed() - wxml中
generic:xxx写法不再报错 - wxml中自定义组件的属性写法支持
ab-cd的写法,实际对应的是abCd属性 - template wxml中使用
app.json中的usingComponents时不报错,且支持跳转 - JSON Schema改为中文
- 处理wxml到Behavior的跳转
- 调查:this.data.xxx无法跳转
在Wiki中浏览更多功能
不支持通过IDE的插件市场安装
下载发行版附件中的zip文件,在IDE中选择从磁盘安装
通过IDE打开微信小程序项目即可使用全部功能