如何在VSCode中使用“ ::”作为代码片段的前缀?

时间:2019-06-14 21:33:55

标签: visual-studio-code

我正在尝试创建代码段,以便在输入::后单击TAB时,我得到双冒号的unicode版本:∷。

我尝试使用各种反斜杠\\:\\:\\\:\\\:进行转义使我失败了。

{ "Insert double colon": {
    "prefix": "::",
    "body": [ "∷$0" ],
    "description": "Inserts a unicode type annotation sign"
}

我希望能够在::之后打TAB键,但只能插入几个空格。

0 个答案:

没有答案