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

feat(language-service): better completion for directives #4640

Closed KazariEX closed 1 month ago

KazariEX commented 1 month ago

It provides completion for v-cloak, v-once and v-pre without ="", just like v-else

KazariEX commented 1 month ago

Revert changes to v-on as this may cause inconsistent behavior with v-bind

johnsoncodehk commented 1 month ago

LGTM, thanks!