<title>
tags like so: <title>$1</title>
and this is where the cursor will be after the snippet is inserted.tab
to go to the next cusrsor point.tabTrigger
. It’s the word that you need to type before pressing tab. For example, html5
is the tab trigger for HTML5 snippet.scope
. Which basically means that you can define in what type of files this snippet should expand. For example, a snippet with <scope>source.css</scope>
will only expand in CSS files. I omit scope in my snippets because i start writing files first and save later. Without a scope given i can expand the snippet in unsaved/untitled files.description
(optional).