By using variables in command snippet insertion formats, you can control the position of the insertion point after a snippet is inserted.
The following variables are available in command snippet insertion formats.
| Variable | Description |
|---|---|
<<<CURSOR>>> | The insertion point after the snippet is inserted. |
<<<SELECTION>>> | The text selected at the time the snippet is inserted. |