Created
October 31, 2012 19:44
-
-
Save rathboma/3989343 to your computer and use it in GitHub Desktop.
Scaladocs snippet for sublime-text 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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