vuejs / language-tools

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

configuring tags? #4406

Open yinkeli opened 1 month ago

yinkeli commented 1 month ago

Sorry, I'm not familiar with volar. I'd like to know if volar supports configuring the "vetur" property of package.json to enable code hinting for tags and properties like vetur does.

"vetur": {
    "tags": "tags.json",
    "attributes": "attributes.json"
  }