remove comments from snippet body

This commit is contained in:
chemzqm 2018-11-14 13:15:55 +08:00
parent 86b29ccadf
commit 61333313ae

View file

@ -2,9 +2,6 @@
"Constructor": { "Constructor": {
"prefix": "ctor", "prefix": "ctor",
"body": [ "body": [
"/**",
" *",
" */",
"constructor() {", "constructor() {",
"\tsuper();", "\tsuper();",
"\t$0", "\t$0",
@ -26,9 +23,6 @@
"Public Method Definition": { "Public Method Definition": {
"prefix": "public method", "prefix": "public method",
"body": [ "body": [
"/**",
" * ${1:name}",
" */",
"public ${1:name}() {", "public ${1:name}() {",
"\t$0", "\t$0",
"}" "}"