You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`vue.complete.casing.tags`| Preferred tag name case. |`string`|`"autoPascal"`|
291
291
|`vue.complete.casing.props`| Preferred attr name case. |`string`|`"autoKebab"`|
292
+
|`vue.complete.defineAssignment`| Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) |`boolean`|`true`|
292
293
|`vue.autoInsert.dotValue`| Auto-complete Ref value with `.value`. |`boolean`|`false`|
293
294
|`vue.autoInsert.bracketSpacing`| Auto add space between double curly brackets: {{|}} -> {{ | }} |`boolean`|`true`|
294
295
|`vue.inlayHints.destructuredProps`| Show inlay hints for destructured props. |`boolean`|`false`|
0 commit comments