@@ -11,8 +11,6 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
1111- ** Project-based Tracking** : Organizes time data by project for easy analysis.
1212- ** Smart Activity Detection** : Automatically pauses tracking during periods of inactivity.
1313- ** 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.
1614- ** Interactive Data Visualization** :
1715 - Project Summary Chart: Visual breakdown of time spent on each project
1816 - Daily Activity Timeline: Interactive line chart showing your coding patterns
@@ -23,10 +21,6 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
2321 - Project Filtering: Focus on specific projects
2422 - Quick Reset: One-click reset for search filters
2523- ** 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)
3024
3125## Installation
3226
@@ -96,7 +90,7 @@ Tooltip shows the total coding time weekly, monthly and all time basis.
9690When the user is inactive for a period of time, the timer automatically pauses and resumes when the user starts typing again coding again.
9791![ Pause/Resume icon] ( https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/paused_time.png )
9892
99- It is configurable from the settings. Default value is 5 minutes.
93+ #### Settings
10094![ Settings] ( https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/settings.png )
10195
10296
0 commit comments