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): remove `v-bind` code action #4601

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 2 months ago

First of all, big thanks to @zardoy for his efforts in adding v-bind code action in #2524.

Since this functionality is already implemented by the vscode-toggle-dynamic-prop extension, we can remove duplicate functionality from here to focus on more important things.