You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
"has a placeholder that mirrors another tab stop's content":
240
240
prefix:'t17'
241
241
body:"$4console.${3:log}('${2:uh $1}', $1);$0"
242
+
"has a transformed tab stop such that it is possible to move the cursor between the ordinary tab stop and its transformed version without an intermediate step":
243
+
prefix:'t18'
244
+
body:'// $1\n// ${1/./=/}'
242
245
243
246
it"parses snippets once, reusing cached ones on subsequent queries", ->
describe"when the snippet has a transformed tab stop such that it is possible to move the cursor between the ordinary tab stop and its transformed version without an intermediate step", ->
751
+
it"terminates the snippet upon such a cursor move", ->
0 commit comments