Home › Forums › Other › Sublime text snippet stupid question › Re: Sublime text snippet stupid question
July 1, 2013 at 9:23 am
#141129
Member
It’s not currently possible to do this, but there are some variables that are available to you to use in a snippet, such as $SELECTION being the text that was selected when the snippet was triggered.
You can use you own, but I usually find that the default ones are apt.
You can find full details [here](http://sublimetext.info/docs/en/extensibility/snippets.html “http://sublimetext.info/docs/en/extensibility/snippets.html”).