+13
Nested placeholders in snippets should be forgotten if the parent content is removed
When nesting placeholders/tab stops in snippets, and you erase the parent placeholder, subsequent tabs should go to the next logical placeholder/tab stop instead of the now missing ones.
I am unsure if this is expected behavior, but it is definately inconvenient.
Customer support service by UserEcho
${1:var ${2} = } ${3:something};
When $1 is selected, if you delete or overwrite it, then $2 should be skipped (since it's gone) and you should move to $3 right away. Currently, you have to hit tab twice to get to $3.