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

vue syntax highlighting for visual studio code

Results 12 vscode-vue issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug i dont know what happen... Extension version: 0.1.5 VS Code version: Code 1.47.3 (91899dcef7b8110878ea59626991a18c8a6a1b3e, 2020-07-23T13:12:49.994Z) OS version: Windows_NT x64 10.0.18363 System Info |Item|Value| |---|---| |CPUs|AMD FX-8320E Eight-Core...

https://github.com/LiuJi-Jim/vscode-vue what is the relationship of this project and that one? 本項目跟這個項目的關係是啥?

As reported in the Visual Studio Code console: ```bash t.$localShowMessage @ /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/electron-browser/workbench.main.js:28 [~/.vscode/extensions/liuji-jim.vue-0.1.5]: The "add"-snippet very likely confuses snippet-variables and snippet-placeholders. See https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more...

When I use [`v`](https://github.com/LiuJi-Jim/vscode-vue/blob/067f046f61b080c9b20a2d965a43043f651badb8/snippets/snippets.json#L52) snippet, I get ```javascript : { ${1://content} } ``` That's incorrect. 😟 `: {\n\t${1://content\\}\n\\}\n` should be `: {\n\t${1://content}\n\\}\n` ❓

https://code.visualstudio.com/updates#_javascript-language-support-in-html 这样一来,应该很容易就会实现vue文件的智能解析了

安装了less扩展以及vue扩展,都没什么问题,但less的提示没办法。sass安装了扩展后倒是可以用。有什么方案解决?

VSCode (seems) doesn't activate full-featured language support for embedded tags. That means JavaScript Intellisense and HTML Emmet doesn't work in `.vue` Files. I found that even if writing embedded ``...

## Description Currently templates are only supported if they use double quotes e.g ``. ## Solution This updates regex to allow for single quote versions to also be found, e.g...

增加配置("*.vue": "vue")后,在*.vue里右键菜单里没有了Format Document选项,取消配置后正常,不太清楚是插件的问题还是?