Skip to content

Instantly share code, notes, and snippets.

@rathboma
Created October 31, 2012 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rathboma/3989343 to your computer and use it in GitHub Desktop.
Save rathboma/3989343 to your computer and use it in GitHub Desktop.
Scaladocs snippet for sublime-text 2
<snippet>
<content><![CDATA[
/** ${1:Description of function}
*
* @param ${2:Parameter1 - blah blah}
* @return ${3:Return value - blah blah}
*/]]></content>
<tabTrigger>docs</tabTrigger>
<scope>source.scala</scope>
<description>Insert a scaladoc comment block</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment