Skip to content

Commit 091ab34

Browse files
committed
add: js comment constructor snippet
1 parent e21813c commit 091ab34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<snippet>
2+
<content><![CDATA[
3+
/**
4+
* @class ${1:Class name}
5+
* ${2:Documentation for the class}
6+
*
7+
* @constructor
8+
* ${3:Documentation for the constructor}
9+
* @param {${4:String}} ${5:Description of the param}
10+
*/
11+
]]></content>
12+
<tabTrigger>xjconstructor</tabTrigger>
13+
<description>xj - Constructor Comment</description>
14+
</snippet>

0 commit comments

Comments
 (0)