File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# JavaScript Comments Snippets
2
2
3
- Prefix ` jc *`
3
+ Prefix ` xj *`
4
4
5
- ### [ jcmethod ] method comment
5
+ ### [ xjmethod ] method comment
6
6
7
7
``` javascript
8
8
/**
@@ -13,7 +13,7 @@ Prefix `jc*`
13
13
*/
14
14
```
15
15
16
- ### [ jcproperty ] property comment
16
+ ### [ xjproperty ] property comment
17
17
18
18
``` javascript
19
19
/**
Original file line number Diff line number Diff line change 7
7
* @return {${5:String}} ${6:Description of the return}
8
8
*/
9
9
]]> </content >
10
- <tabTrigger >jcmethod </tabTrigger >
11
- <description >jc - Method Comment</description >
10
+ <tabTrigger >!jmethod </tabTrigger >
11
+ <description >!j - Method Comment</description >
12
12
</snippet >
Original file line number Diff line number Diff line change 5
5
* ${3:Description}
6
6
*/
7
7
]]> </content >
8
- <tabTrigger >jcproperty </tabTrigger >
9
- <description >jc - Property Comment</description >
8
+ <tabTrigger >xjproperty </tabTrigger >
9
+ <description >xj - Property Comment</description >
10
10
</snippet >
You can’t perform that action at this time.
0 commit comments