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.findAllFileReferences`| Vue: Find File References via Vue Language Server |
269
269
270
270
<!-- commands -->
271
271
@@ -292,7 +292,7 @@ Finally you need to make VS Code recognize your new extension and automatically
292
292
|`vue.complete.casing.props`| Preferred attr name case. |`string`|`"autoKebab"`|
293
293
|`vue.complete.defineAssignment`| Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) |`boolean`|`true`|
294
294
|`vue.autoInsert.dotValue`| Auto-complete Ref value with `.value`. |`boolean`|`false`|
295
-
|`vue.autoInsert.bracketSpacing`| Auto add space between double curly brackets: <code>{{|}}</code> -> <code>{{ | }}</code>|`boolean`|`true`|
295
+
|`vue.autoInsert.bracketSpacing`| Auto add space between double curly brackets: {{|}} ->{{ | }}|`boolean`|`true`|
296
296
|`vue.inlayHints.destructuredProps`| Show inlay hints for destructured props. |`boolean`|`false`|
297
297
|`vue.inlayHints.missingProps`| Show inlay hints for missing required props. |`boolean`|`false`|
298
298
|`vue.inlayHints.inlineHandlerLeading`| Show inlay hints for event argument in inline handlers. |`boolean`|`false`|
0 commit comments