remove comments from snippet body
This commit is contained in:
parent
86b29ccadf
commit
61333313ae
1 changed files with 0 additions and 6 deletions
|
@ -2,9 +2,6 @@
|
|||
"Constructor": {
|
||||
"prefix": "ctor",
|
||||
"body": [
|
||||
"/**",
|
||||
" *",
|
||||
" */",
|
||||
"constructor() {",
|
||||
"\tsuper();",
|
||||
"\t$0",
|
||||
|
@ -26,9 +23,6 @@
|
|||
"Public Method Definition": {
|
||||
"prefix": "public method",
|
||||
"body": [
|
||||
"/**",
|
||||
" * ${1:name}",
|
||||
" */",
|
||||
"public ${1:name}() {",
|
||||
"\t$0",
|
||||
"}"
|
||||
|
|
Loading…
Reference in a new issue