Gu Le-Wei

Results 3 issues of Gu Le-Wei

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/jolly-davinci-ggxr0c?file=/src/main.ts) ### Steps to reproduce open [CodeSandBox](https://codesandbox.io/s/jolly-davinci-ggxr0c?file=/src/main.ts), and see line 14 in main.ts ### What is expected? type check without error. ### What is...

2.7
feat:types

Here is my thoughts: 1. set a dictionary for correct spelling 2. try to find a best match when fixing 3. provide alternative matches for user to decide if it's...

**功能描述:** 浏览wxml文件时,点一个自定义组件跳转定义,跳过去的是对应的js文件,为什么不跳对应的wxml文件? 我更推荐跳wxml: 1. 对于这个场景,大多数情况我都要手动从js切到对应wxml,感觉跳wxml更符合期望 2. wxml里有数据、方法等可以点击跳转到对应js,但反过来js没有点击跳转wxml的入口 希望考虑下