18 lines
302 B
Text
18 lines
302 B
Text
{
|
|
"createComment": {
|
|
"scope": "typescript,typescriptreact",
|
|
"prefix": "/**",
|
|
"body": [
|
|
"/**",
|
|
" * ${1:description}",
|
|
" *",
|
|
" * ### Example",
|
|
" *",
|
|
" *```ts",
|
|
" * ${2:example}",
|
|
" *```",
|
|
" */"
|
|
],
|
|
"description": "comment"
|
|
}
|
|
}
|