vscode-VueHelper icon indicating copy to clipboard operation
vscode-VueHelper copied to clipboard

:monkey_face:vscode插件,vue,vue-router和vuex的代码提示

Results 14 vscode-VueHelper issues
Sort by recently updated
recently updated
newest added

我想请教一下如何修改提示优先级?我的ts语法类型定义的提示往往会被vueHelper的一些无关提示给挤占到下面去,导致开发变得更麻烦了,修改vscode的snippet为top并不能解决问题 ![image](https://user-images.githubusercontent.com/25943199/101135554-ec991c80-3646-11eb-9ed8-e52e88abb89e.png) ![image](https://user-images.githubusercontent.com/25943199/101135590-fae73880-3646-11eb-8ff4-d416e57d8436.png) ![image](https://user-images.githubusercontent.com/25943199/101135692-1b16f780-3647-11eb-8058-1a17ce8017f3.png) 十分感谢您的插件,期待您的回复

英文读起来还是有点费劲的,要是中文可以大大节省时间,对于初学者也是很好的帮助。 VueHelper-zh分支怎么找不到?

## my vscode 版本 1.24.1 提交 24f62626b222e9a8313213fb64b10d741a326288 日期 2018-06-13T17:52:25.282Z Shell 1.7.12 渲染器 58.0.3029.110 Node 7.9.0 架构 ia32 ## vscode packages installed `vetur` and `vuehelper` ## bug Every time when i...

what happen? Is there anyone else have the same problem? ` /Users/JzKUO/.vscode/extensions/octref.vetur-0.6.1/client/server/node_modules/typescript/lib/typescript.js:10566 throw new Error("start < 0"); ^ Error: start < 0 at createTextSpan (/Users/JzKUO/.vscode/extensions/octref.vetur-0.6.1/client/server/node_modules/typescript/lib/typescript.js:10566:19) at Object.createTextSpanFromBounds (/Users/JzKUO/.vscode/extensions/octref.vetur-0.6.1/client/server/node_modules/typescript/lib/typescript.js:10575:16) at getErrorSpanForNode...

在vscode安装之后没有任何效果,还要在哪个地方配置一下吗

输入beforeRouteEnter和beforeRouteLeave,得出 beforeRouteEnter((to, from, next) => { //does NOT have access to `this` component instance }),语法报错,应该改成 beforeRouteEnter(to, from, next) { //does NOT have access to `this` component instance }这样才对

"files.associations": { // ".vue": "html" ".vue": "vue" } 设置为vue进行解析,vuehelper失效。

![qq 20170105144959](https://cloud.githubusercontent.com/assets/13516275/21671416/4ab89b9a-d356-11e6-86a8-2a298fe51634.png)