atom / snippets

Atom snippets package
MIT License
205 stars 101 forks source link

Nested snippet selections #168

Closed montegoulding closed 5 years ago

montegoulding commented 9 years ago

I want to be able to create a snippet like this and have it handle deletion of 1: 'something ${1:hello${2:world}!} ${3:something}'

At the moment if I delete 1 it won't tab to 3 but if I delete 2 it still tabs to 3 fine. Any chance this is possible?

savetheclocktower commented 5 years ago

I can’t reproduce this — I can delete all of $1’s content and then jump to $3 when I hit Tab — so this appears to be fixed.