{"id":21713902,"url":"https://github.com/cytle/vscode-react-docgen-typescript","last_synced_at":"2026-04-19T19:03:24.780Z","repository":{"id":74068730,"uuid":"298545362","full_name":"cytle/vscode-react-docgen-typescript","owner":"cytle","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-12T07:46:41.000Z","size":947,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T17:28:09.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cytle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-25T10:48:14.000Z","updated_at":"2022-08-03T04:58:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae3612e1-3b6d-48a3-a6c2-83ed3ea53e72","html_url":"https://github.com/cytle/vscode-react-docgen-typescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fvscode-react-docgen-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fvscode-react-docgen-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fvscode-react-docgen-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fvscode-react-docgen-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytle","download_url":"https://codeload.github.com/cytle/vscode-react-docgen-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244676451,"owners_count":20491828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T00:28:41.774Z","updated_at":"2026-04-19T19:03:19.744Z","avatar_url":"https://github.com/cytle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-react-docgen-typescript\n\n## Features\n\nGenerate TS React component document to clipboard\n\n![copyDemo](https://img.alicdn.com/tfs/TB1u9TTiSslXu8jSZFuXXXg7FXa-1084-762.gif)\n\nInsert TS React component documentation in Markdown\n\n![insertDemo](https://img.alicdn.com/tfs/TB1UVBli5DsXe8jSZR0XXXK6FXa-1084-762.gif)\n\nConvert the following Component:\n\n``` ts\nimport * as React from \"react\";\nimport { Component } from \"react\";\n\n/**\n * Column properties.\n */\nexport interface IColumnProps {\n  /**\n   * prop1 description\n   * @default \"red\"\n   */\n  prop1?: string;\n  /**\n   * prop2 description\n   * @see https://fusion.alibaba-inc.com/\n   */\n  prop2: number;\n  /**\n   * prop3 description a | b\n   */\n  prop3: () =\u003e void;\n  /** prop4 description 😄 */\n  prop4: \"option1\" | \"option2\" | \"option3\";\n}\n\n/**\n * Form column.\n */\nexport class Column extends Component\u003cIColumnProps\u003e {\n  render() {\n    return \u003cdiv\u003eTest\u003c/div\u003e;\n  }\n}\n```\n\nInto\n\n``` markdown\n### Column\n\nForm column.\n\n#### Props\n\n| Name               | Type                                | Default value | Description                                                 |\n| ------------------ | ----------------------------------- | ------------- | ----------------------------------------------------------- |\n| prop1              | string                              | \"red\"         | prop1 description                                           |\n| prop2 _(required)_ | number                              |               | prop2 description @see https\u0026#x3A;//fusion.alibaba-inc.com/ |\n| prop3 _(required)_ | () =\u003e void                          |               | prop3 description a \\| b                                    |\n| prop4 _(required)_ | \"option1\" \\| \"option2\" \\| \"option3\" |               | prop4 description 😄                                        |\n```\n## Release Notes\n\n### 1.0.6\n\n- feat: support filterNodeModules\n\n### 1.0.5\n\n- feat: support switch language\n\n### 1.0.4\n\n- docs: add README\n\n### 1.0.3\n\n- fix: Typescript dependency\n\n### 1.0.2\n\n- feat: Insert TS React component documentation in Markdown\n\n### 1.0.0\n\n- feat: Generate TS React component document to clipboard\n\n### For more information\n\n* [react-docgen-typescript](https://github.com/styleguidist/react-docgen-typescript)\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytle%2Fvscode-react-docgen-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcytle%2Fvscode-react-docgen-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytle%2Fvscode-react-docgen-typescript/lists"}