标签: visual-studio-code
我正在尝试创建代码段,以便在输入::后单击TAB时,我得到双冒号的unicode版本:∷。
我尝试使用各种反斜杠\\:\\:和\\\:\\\:进行转义使我失败了。
\\:\\:
\\\:\\\:
{ "Insert double colon": { "prefix": "::", "body": [ "∷$0" ], "description": "Inserts a unicode type annotation sign" }
我希望能够在::之后打TAB键,但只能插入几个空格。