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

Missing completion documentations of binding attributes #4666

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 attributes such as :class, :style, v-bind:class, v-bind:style, v-bind:key, v-bind:ref etc.

What is expected?

Documents of corresponding attribute should be provided.

What is actually happening?

Nothing.

Link to minimal reproduction

No response

Any additional comments?

No response