# wx-minipro-helper **Repository Path**: getbetter/wx-minipro-helper ## Basic Information - **Project Name**: wx-minipro-helper - **Description**: VScode 扩展 -- 微信小程序跳转工具 - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-minpro-helper README 第一版本只实现了微信开发者工具不支持的 1. app.json内的页面路径跳转; 2. 页面下的json文件中引入的组件路径跳转; 3. 页面文件下的js文件中的引入外部工具库跳转; 4. wx.navigateTo,wx.redirectTo,wx.reLaunch跳转; 5. wxml标签中绑定的方法跳转; #### 待办 1. 属性自动补全 2. 悬浮提示功能 ## 功能展示 #### 1. app.json中的分包页面跳转 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/165052_4ba3a942_2291422.gif "1.gif") #### 2. js文件中的wx.navigateTo,wx.redirectTo,wx.reLaunch跳转 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/165325_5ceb91d0_2291422.gif "2.gif") #### 3. wxml文件中微信标签bindTap属性绑定的方法跳转 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/165415_0c996b3c_2291422.gif "3.gif") #### 4. wxml文件中微信wxs标签src路径跳转 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/165509_e8c77750_2291422.gif "4.gif") #### 5. js文件中的ajax url跳转 ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/165602_b11922be_2291422.gif "5.gif") ## ChangeLog ### [v0.0.4] 2020-11-11 1.优化wxml中的方法定义跳转逻辑 ### [v0.0.3] 2020-11-11 1.修改package.json中的vscode版本号,解决在微信开发者工具中扩展不生效的问题 ### [v0.0.2] 2020-11-11 1.排查wx-minipro-helper在微信开发者工具中不生效的问题