vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.79k stars 390 forks source link

Unnecessary completion of event #4670

Closed KazariEX closed 1 month ago

KazariEX commented 1 month ago

Vue - Official extension or vue-tsc version

2.0.28

VSCode version

1.92.0-insiders

Vue version

3.5.0-alpha.5

TypeScript version

5.5.4

System Info

No response

Steps to reproduce

Type some event name on any element.

What is expected?

Provide completion as :onEvent, v-on:event and v-bind:onEvent

What is actually happening?

The provided completion includes onEvent that cannot be of type string

Link to minimal reproduction

No response

Any additional comments?

No response