language-tools
language-tools copied to clipboard
⚡ High-performance Vue language tooling based-on Volar.js
The Vue Official Plugin Does Not Support Emmet.
## Description Hello dear Volar maintainers, first of all, thank you very much for the work you do! In the last week, Volar released v2.0.14, which I realized brought some...
Hi there, I installed volar through Mason, it's added through nvim-lspconfig but I can't figure out how to enable some of its features. I don't get autocompletion for imported packages...
 如图,无法在.vue文件中使用emmet书写css样式
Type: Bug Vue - official extension makes saving code in Visual Studio Code slow Extension version: 2.0.8 VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z) OS version: Windows_NT x64 10.0.22631 Modes:...
``` "@vue/language-plugin-pug": "^2.0.11", "pug": "^3.0.2", Vue - Official: v2.0.10 ``` It can show attribute tips in normal template. 常规的 template 是可以正常提示  But it does not work in pug template....
At the moment, if we want to use the `hot reload` functionality, then we need to write this to the `VSCode` `settings.json`: `"files.autoSave": "afterDelay",` and run this command: `npm run...
the vue documentation recommends [declaring custom component properties in the `vue` module](https://vuejs.org/api/utility-types.html#componentcustomproperties), like this: ```ts declare module 'vue' { interface ComponentCustomProperties { $gettext: MyType } } ``` however the language...
Like https://github.com/volarjs/volar.js/pull/128, I need the plugin to inject `FileRegistry` detail into `ts.program` to avoid recreate program in another typescript plugin for resolve vue file. This will share volar data to...