Hello. I found two tab-trigger snippet issues:
-
if i have a snippet that is inserted on /+tab (eg /* comment */) and another snippet on //+tab (eg // comment ), the first will be inserted, no mater what i type (/ or //). I think it should at least give me a choice (or just insert the second snippet, no?)
-
if a snippet has multiple choices and some of them are optional:
margin:${1:${2:0}${3:px} ${4:0}${5:px} ${6:0}${7:px} ${8:0}${9:px}};
when i delete the optional part, i still have to press tab key for X times (8-9 times, in the above example).
Am i doing anything wrong, is this how is supposed to work or is really a bug?
Thanks!