Skip to content

Instantly share code, notes, and snippets.

@shri3k
Last active August 29, 2015 14:00
Show Gist options
  • Save shri3k/c1d2c6771eb193114e27 to your computer and use it in GitHub Desktop.
Save shri3k/c1d2c6771eb193114e27 to your computer and use it in GitHub Desktop.
Sublime-snippets
<snippet>
<content><![CDATA[
/**
* ${1:Description}
* ${2:@method} ${3:methodName} ${4}
* ${5:@param} {${6:paramType}} ${7}
* ${8:@return} {${9:returnType}}
*/
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>yuidoc</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment