Code Time Tracker is a simple VS Code extension that tracks your coding time and displays it in the status bar. It helps you stay aware of how long you’ve been coding and manage your time better.
🎯 Features
✅ Tracks total coding time for the current session
✅ Tracks total coding time for the day
✅ Displays real-time coding time in the status bar
✅ Command to reset the timer manually
🛠️ Installation
Open Extensions View (Ctrl + Shift + X) in VS Code.
Search for "Code Time Tracker".
Click Install.
🚀 Usage
➡️ Start Tracking
The timer starts automatically when you open VS Code.
Total coding time is updated every second in the status bar: ⏳ Coding Time: 12.3 min
➡️ Reset Timer
Open Command Palette (Ctrl + Shift + P)
Type Reset Coding Timer
Coding time will reset to 0
🔥 Commands
Command
Description
Reset Coding Timer
Resets the total coding time to zero
⚙️ Configuration
No configuration needed — it just works!
🏆 Contributing
Fork the repository
Create a new branch (git checkout -b feature/branch-name)