| 123456789101112131415161718 |
- {
- "createComment": {
- "scope": "typescript,typescriptreact",
- "prefix": "/**",
- "body": [
- "/**",
- " * ${1:description}",
- " *",
- " * ### Example",
- " *",
- " *```ts",
- " * ${2:example}",
- " *```",
- " */"
- ],
- "description": "comment"
- }
- }
|