TimeMyCode ⏱️
Track your actual coding time inside Visual Studio Code — not just when the editor is open, but when you're actively engaged.
🔗 New Web Companion
View and visualize your exported stats at: https://timemycode.vercel.app
🚀 Features
- ⏲ Tracks real-time active coding minutes
- 🧠 Uses intelligent triggers: typing, cursor movement, focus
- 🗓 Stores your activity per day, total, and allows querying any date
- 🧑💻 Splits time spent by programming language
- 📤 Allows JSON export to analyze outside VS Code
- 🔒 Fully local — no cloud, no tracking, no analytics
💻 Available Commands
Run via the command palette (Ctrl+Shift+P → Coding Timer: Query Time ) and enter:
Command |
Description |
time day |
Minutes coded today (00:00–23:59) |
time DD/MM/YY |
Minutes coded on a specific day |
time total |
Total minutes coded since install |
time reset |
Resets all stored coding time |
time export |
Export your data to timemycode-export.json in current workspace |
Output is shown in the Output Panel under the Coding Timer tab.
📦 Example Usage
> time day
Coded today: 47 minutes.
> time total
Total coding time: 312 minutes.
> time reset
Coding time database reset.
| |