动态占位符
Dynamic placeHolders
我想问一下,如果有人知道如何使用数组制作动态占位符。基本上我有这个结构,需要创建一个占位符,其中“名称”具有“内容”
{
"name": "bigTitle",
"type": "text",
"content": "Got a question?"
}
return placeholders with the content
请在这里使用toPlaceholders方法,使用可以创建自己的自定义snippet/plugin(取决于你如何真正使用它)和运行里面的这个方法。
我想问一下,如果有人知道如何使用数组制作动态占位符。基本上我有这个结构,需要创建一个占位符,其中“名称”具有“内容”
{
"name": "bigTitle",
"type": "text",
"content": "Got a question?"
}
return placeholders with the content
请在这里使用toPlaceholders方法,使用可以创建自己的自定义snippet/plugin(取决于你如何真正使用它)和运行里面的这个方法。