您最多选择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. }