【发布时间】:2020-03-04 08:12:21
【问题描述】:
我得到了这个 sn-p 并试图在选项中创建下一站。所以首先我选择类型,假设我选择v-if="NEXT-SHOULD-BE-HERE"。我该怎么做?
"Select template": {
"prefix": ["templatetype"],
"body": [
"<template ${1|#:,v-if=\"\",v-for=\"\"|}>",
" ${2}",
"</template>"
],
"description": "Create a template and select type"
}
【问题讨论】:
标签: visual-studio-code code-snippets vscode-snippets