Skip to content

Commit 1812a73

Browse files
committedAug 18, 2021
snippet gif added
minor issue in snippet fixed
1 parent 1d14666 commit 1812a73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎GIFs/COOL_snippet.gif

3.81 MB
Loading

‎snippets/snippet.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"COOL_class_inherits": {
5656
"prefix": "class",
5757
"body": [
58-
"class ${1:Name} inherits ${2:Parent}{",
58+
"class ${1:Name} inherits ${2:Object}{",
5959
"\t${0:body}",
6060
"};"
6161
],
@@ -78,8 +78,8 @@
7878
"COOL_method":{
7979
"prefix": "method",
8080
"body":[
81-
"${1:Name}($2):${3:TYPE}{",
82-
"$\t{0:body}",
81+
"${1:name}($2):${3:TYPE}{",
82+
"\t${0:body}",
8383
"};"
8484
],
8585
"description": "COOL: attribute no init"

0 commit comments

Comments
 (0)
Please sign in to comment.