We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0f9a4 commit 552bf86Copy full SHA for 552bf86
packages/language-service/lib/plugins/vue-template.ts
@@ -312,7 +312,7 @@ export function create(
312
item.sortText = tokens.join('') + (item.sortText ?? item.label);
313
314
if (item.label === 'v-for') {
315
- item.textEdit!.newText = item.label + '="$1 in $2"';
+ item.textEdit!.newText = item.label + '="${1:value} in ${2:source}"';
316
}
317
318
},
0 commit comments