You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

snippets.code-snippets 302B

123456789101112131415161718
  1. {
  2. "createComment": {
  3. "scope": "typescript,typescriptreact",
  4. "prefix": "/**",
  5. "body": [
  6. "/**",
  7. " * ${1:description}",
  8. " *",
  9. " * ### Example",
  10. " *",
  11. " *```ts",
  12. " * ${2:example}",
  13. " *```",
  14. " */"
  15. ],
  16. "description": "comment"
  17. }
  18. }