Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Sublime text snippet stupid question Re: Sublime text snippet stupid question

#141129
shaundunne
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.htmlhttp://sublimetext.info/docs/en/extensibility/snippets.html”).