Skip to content

Commit 809eacb

Browse files
committed
add: js comment class snippet
1 parent 091ab34 commit 809eacb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)