Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DevTime - 项目时间统计New to Visual Studio Code? Get it now.
DevTime - 项目时间统计

DevTime - 项目时间统计

nocmt

| (0) | Free
统计开发者在项目上花费的时间,集中加密存储,支持多项目汇总、跨电脑同步、图表展示
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DevTime - VS Code 项目时间统计

统计开发者在项目上花费的时间,集中加密存储,支持多项目汇总、跨电脑同步、图表展示。

功能特性

  • ⏱️ 智能计时:自动检测用户活动,空闲时暂停计时
  • 📊 多维度统计:日/周/月/年时间统计,成本计算,多项目汇总
  • 🔐 安全存储:AES-256-GCM 加密,单文件集中存储所有项目数据
  • ☁️ 跨电脑同步:数据存于用户目录,可放在 iCloud/Dropbox 自动同步
  • 🤖 Agent 检测:区分手动编辑与 AI 工具修改
  • 🌍 多语言支持:中文/英文,支持自定义翻译

快速开始

  1. 安装插件
  2. 打开项目文件夹
  3. 首次使用时设置密码
  4. 开始工作,状态栏自动显示计时

数据存储

默认存储在 ~/.devtime/devtime-data.wt(单文件、加密)。

跨电脑同步:在 VS Code 设置中修改 devtime.storagePath 为 iCloud/Dropbox 等云盘路径:

{
  "devtime.storagePath": "/Users/xxx/Library/Mobile Documents/com~apple~CloudDocs/devtime"
}

配置项

配置 说明 默认值
devtime.hourlyRate 时薪 100
devtime.idleTimeout 空闲超时(秒) 300
devtime.currency 货币符号 ¥
devtime.locale 界面语言 zh-CN
devtime.storagePath 数据存储路径 ~/.devtime/
devtime.ignoredProjects 忽略的项目文件夹名 []

License

MIT

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