The Time Tracker extension for Visual Studio Code helps you manage your time effectively by allowing you to track the time spent on various tasks and challenges. With a simple interface, you can start and stop timers, view your challenge history, and gain insights into your productivity.
Features
Track time for specific repositories.
Start and stop time tracking for individual tasks.
Create challenges with estimated times and see if you won or lost.
View the history of your challenges in a user-friendly interface.
Commands
This extension provides the following commands:
Start Time Tracking:
Command: time-tracker.start
Description: Starts tracking time for the currently opened repository.
Usage: Run this command to begin tracking your work.
Stop Time Tracking:
Command: time-tracker.stop
Description: Stops the current time tracking session and logs the total time spent.
Usage: Use this command when you finish working on your current repository.
View Challenge History:
Command: time-tracker.viewChallengesUI
Description: Displays a webview with the history of your challenges, showing task names, estimated time, actual time, and results.
Usage: Run this command to review your past challenges and performance.
Clear Session:
Command: time-tracker.clearSession
Description: Clears all stored challenge data and resets the current session.
Usage: Use this command to reset your progress and start fresh.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or pressing Ctrl+Shift+X.
Search for "Time Tracker Challenge" and click "Install".
Usage
After installation, open a folder that is a Git repository.
Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) to execute the desired commands.
Follow the prompts to enter task names and estimated times when starting challenges.
Feedback
We would love to hear your thoughts! If you encounter any issues or have suggestions for improvements, please reach out through the extension’s support channel or leave a review on the Marketplace.
Thank you for using the Time Tracker extension! Happy tracking!