Closed KazariEX closed 3 months ago
Reactive Props Destructure 语法糖可能对理解变量是否为 prop 带来额外的心智负担
在解构的 prop 变量前添加 props. 的嵌入提示有助于解决这个问题
props.
How can I enable it?
setting.vue.inlayHints.destructuredProps.
setting.vue.inlayHints.destructuredProps
What problem does this feature solve?
Reactive Props Destructure 语法糖可能对理解变量是否为 prop 带来额外的心智负担
What does the proposed solution look like?
在解构的 prop 变量前添加
props.
的嵌入提示有助于解决这个问题