vue-snippets
vue-snippets copied to clipboard
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Hello The "Ctrl + Shift + F" which permits to search in all the workspace is overrided by your module. I had to disabled it and the search function shortcut...
No parser could be inferred for file nvue. Can you make an adaptation to support nvue
Not sure what updated, but since yesterday the below line was added to my VSCode settings.json file and instantly caused my Prettier / Eslint to go haywire. `vue3snippets.enable-compile-vue-file-on-did-save-code` As soon...
Now is: ``computed(() => { get: () => {}, set: () => {}})` Correct: 1. `computed(() => {})` 2. `computed({ get: () => {}, set: () => {}})`
When registering keydown handlers for the plus and minus keys, then there is a glitch in the code highlighting. This is my code: ```html ``` Result:  While the highlighting...
我用此仓库做本地调试,但是`pug.json`中定义的代码片段不能触发
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...
Hi, I like this extension for component highlighting in Vue 3, but when I enable this extension, I have a problem when I give a line break between open and...
This extension seems to be hijacking ctrl+shift+f, and won't let me do global searches while in a *.vue file. ``` [2022-01-11 04:17:31.242] [renderer13] [info] [KeybindingService]: | Resolving ctrl+shift+[KeyF] [2022-01-11 04:17:31.243]...
 这个style语法提示能不能判断出当前鼠标所在的地方是否符合当前的语法提示? 或者是否有其他方法去除(本地的也可以)这条语法提示? 因为这个情况经常会遇到。 本身我的vscode中没有安装太多其他vue语法提示插件,因为每个插件都会有一些在开发上的影响,比如格式化 比如这种语法提示。所以最后我只保留了个别插件,包括这个 很好用,不会像Volar那样吃内存