Skip to content

Instantly share code, notes, and snippets.

@blasten
Last active August 29, 2015 14:03
Show Gist options
  • Save blasten/270e2746a0f2e29ed1d2 to your computer and use it in GitHub Desktop.
Save blasten/270e2746a0f2e29ed1d2 to your computer and use it in GitHub Desktop.
Comment snippet for Sublime Text 3
<snippet>
<content>
<![CDATA[
/**
* ${1:Method Description}
*
* @param {${2:argumentType}} ${3:argumentName} ${3:argumentDesc}
* @return {${4:returnType}}
*/
]]>
</content>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment