在代码段 "string" 中创建停靠点

Creating a stop in snippet "string"

我得到了这个片段并试图在选项中创建下一站。所以首先我 select 的类型,假设我 select v-if="NEXT-SHOULD-BE-HERE"。我该怎么做?

"Select template": {
    "prefix": ["templatetype"],
    "body": [
        "<template ${1|#:,v-if=\"\",v-for=\"\"|}>",
        "  ",
        "</template>"
    ],
    "description": "Create a template and select type"
}

我认为不可能在选择项中放置制表位。 grammar 显示只有 textchoice:

中可用

choice ::= '${' int '|' text (',' text)* '|}'

此外,此问题似乎与您的问题有关并且已关闭:

https://github.com/Microsoft/vscode/issues/35779