I am creating a few snippets and have found that there are a couple pre defined literals that can be used, such as $selected$ and $end$. $selected$ is the selected text when the snippet is inserted. $end$ is where the cursor will be when the snippet is inserted.
Are there any other pre-defined literals that can be used as well?
Here it mentions only those two you’ve said –
$selected$and$end$. So probably that’s all.