Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Week Report GeneratorNew to Visual Studio Code? Get it now.
Week Report Generator

Week Report Generator

Bobby Cheng

|
4 installs
| (0) | Free
Generate week report based on specified git commit history
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Commit Exporter

English | 简体中文

一个用于导出 Git 提交记录并自动生成开发周报的 VS Code 扩展。

功能特点

  • 导出指定时间范围内的 Git 提交记录
  • 支持按作者筛选提交记录
  • 自动生成开发周报
  • 支持自定义 AI 接口配置

使用方法

  1. 在 VS Code 中打开任意 Git 仓库
  2. 按下 Ctrl+Shift+P 打开命令面板
  3. 输入 Export Git Commits 并选择该命令
  4. 按提示输入导出天数和作者名(可选)
  5. 等待生成完成,将自动打开生成的报告文件

配置说明

在项目根目录创建 config.json 文件:

{
    "apiEndpoint": "你的API地址",
    "apiKey": "你的API密钥"
}

安装

  1. 下载 .vsix 文件
  2. 在 VS Code 中按 Ctrl+Shift+X 打开扩展面板
  3. 点击 ... 更多操作按钮,选择 "从 VSIX 安装..."
  4. 选择下载的 .vsix 文件

许可证

MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft