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": {
"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",
"}"