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

Inlay hints for destructured props #4622

Closed KazariEX closed 3 months ago

KazariEX commented 3 months ago

What problem does this feature solve?

Reactive Props Destructure 语法糖可能对理解变量是否为 prop 带来额外的心智负担

What does the proposed solution look like?

在解构的 prop 变量前添加 props. 的嵌入提示有助于解决这个问题

image

szulcus commented 2 months ago

How can I enable it?

KazariEX commented 1 month ago

setting.vue.inlayHints.destructuredProps.