Deleting in Multicursor snippets seem to not work. The cursor collapses in the first instance, and doesn't delete in the second instance. See video.
https://media.giphy.com/media/1jZuNl4WPuNory4awF/giphy.gif
This is the LaTeX snippet, I've tried replacing later occurrences with $1 as well. The same behavior occurs.
"Multicursor placeholder": {
"prefix": "test",
"body": "${1:x} ${1:x} some text ${1:x} other text",
"description": "breaking multicursor"
},
When expanding the snippet, and trying to replace the x
character with a y
, deleting pressing backspace does not delete the input in the later occurrences of