選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

snippets.code-snippets 289B

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