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
so when I type "[2345\t" it will print "1,2,3,4,5", as what I expect.
But when I type "[aaaa[bbbbb\tcccccc\t", it will print one number per "a", and two number per "b", and no number per "c". I think when I typing "c" I am still in the outer snippet so it should cause update of outer snippet, but it doesn't.