@@ -11,6 +11,8 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
11
11
- ** Project and Branch Tracking** : Organizes time data by project and Git branches for comprehensive analysis.
12
12
- ** Smart Activity Detection** : Automatically pauses tracking during periods of inactivity.
13
13
- ** Focused Work Detection** : Intelligently tracks time even when VS Code isn't focused.
14
+ - ** Status Bar Display** : Shows your today's total coding time duration in real-time.
15
+ - ** Rich Status Bar Information** : Shows the total coding time on weekly, monthly and all-time basis via tooltip.
14
16
- ** Interactive Data Visualization** :
15
17
- Project Summary Chart: Visual breakdown of time spent on each project
16
18
- Daily Activity Timeline: Interactive line chart showing your coding patterns
@@ -21,6 +23,10 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
21
23
- Project Filtering: Focus on specific projects
22
24
- Quick Reset: One-click reset for search filters
23
25
- ** Data Persistence** : Safely stores your time data for long-term analysis.
26
+ - ** Configurable Settings** :
27
+ - Save Interval: Customize how often your coding time data is saved (default: 5 seconds)
28
+ - Inactivity Timeout: Set how long to wait before stopping the timer when no activity is detected (default: 5 minutes)
29
+ - Focus Timeout: Set how long to continue tracking after VS Code loses focus (default: 60 seconds)
24
30
25
31
## Installation
26
32
@@ -95,7 +101,7 @@ Tooltip shows the total coding time weekly, monthly and all time basis.
95
101
When the user is inactive for a period of time, the timer automatically pauses and resumes when the user starts typing again coding again.
96
102
![ Pause/Resume icon] ( https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/paused_time.png )
97
103
98
- #### Settings
104
+ It is configurable from the settings. Default value is 5 minutes.
99
105
![ Settings] ( https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/settings.png )
100
106
101
107
0 commit comments