language-tools
language-tools copied to clipboard
⚡ High-performance Vue language tooling based-on Volar.js
### Vue - Official extension or vue-tsc version 3.0.6 ### VSCode version 1.5.5 ### Vue version 3.5.19 ### TypeScript version 5.8.3 ### System Info ```shell System: OS: Linux 5.15 Ubuntu...
### Vue - Official extension or vue-tsc version Vue (Official) ### VSCode version cursor 1.1.3 (vscode version: 1.96.2) ### Vue version 3.5.16 ### TypeScript version 5.8.3 ### System Info ```shell...
### What problem does this feature solve? Currently, it is possible to either have only the component's own props and events information, or have information about all valid props that...
### Vue - Official extension or vue-tsc version 3.0.1 ### VSCode version 1.102.0 ### Vue version 3.5.17 ### TypeScript version 5.8.3 ### System Info ```shell System: OS: Windows 10 10.0.19045...
### Vue version 3.5.13 ### TypeScript version 5.8.3 ### Steps to reproduce Define defineEmits in Vue’s syntax as follows: ```ts const emit = defineEmits(); ``` Parse the output: ```js [...