vuejs / language-tools

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

fix: semantic highlight of the end tag of namespaced elements #4623

Closed KermanX closed 3 months ago

KermanX commented 3 months ago

fix #3341

Previous Now
image image

The remaining problem is that renaming doesn't work. If you rename C in the script block, everything is fine. However, if C in <A.B.C is renamed to C123, it will become <C123123; if it's renamed to D, an error message "Rename failed to apply edits" will show.

johnsoncodehk commented 3 months ago

LGTM, thanks!