Is there a way to remember what was inserted in a snippet node and have it as placeholder the next time the snippet is triggered? The restore node doesn't seem to work across expansions. What I want is something like that: I have a snippet that expands to
abc(|default_placeholder|)
where "|" marks the select mode selection. Now I type something so I get
Next time I trigger the snippet I would then like to have "myText" as a placeholder