We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091ab34 commit 809eacbCopy full SHA for 809eacb
snippets/comment/js/js-comment-class.sublime-snippet
@@ -0,0 +1,12 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+/**
4
+ * @class ${1:Class name}
5
+ * @param {${2:String}} ${3:Description of the param}
6
+ * @extends ${4:name of the }
7
+ * ${5:Documentation for the class}
8
+ */
9
+]]></content>
10
+ <tabTrigger>xjclass</tabTrigger>
11
+ <description>xj - Class Comment</description>
12
+</snippet>
0 commit comments