If I write the following snippet:<br><br>  ${3:x}${1:$TM_SELECTED_TEXT}$3$2<br><br>activate it, then press tab twice so the first 'x' is selected, I would expect what I type to be mirrored in the other 'x' too. Why isn't it?
<br><br>Similarly,<br><br>  ${1:x}${2:y}$1$2<br><br>doesn't do what I'd expect: the 'x' is mirrored, but the 'y' is not.<br><br>What am I missing?<br><br>Thanks,<br>Robin<br>