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: better sfc-level tag name completion #4506

Closed KermanX closed 3 months ago

KermanX commented 3 months ago

Typing lang="ts" every time when start writing a new SFC is very annoying. This PR adds completion for that.

Before image
After image

Improvements

Notes

johnsoncodehk commented 3 months ago

LGTM, thanks!