language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

⚡ High-performance Vue language tooling based-on Volar.js

Results 375 language-tools issues
Sort by recently updated
recently updated
newest added

## 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...

![image](https://github.com/vuejs/language-tools/assets/55985719/ed70eb1f-7f90-4ef9-9a17-1f1d17f1027f) 如图,无法在.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 是可以正常提示 ![image](https://github.com/vuejs/language-tools/assets/20239780/e41256f5-e113-47c9-bf17-ff9ac1699a0c) 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...