You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
18
18
-**Smart Activity Detection**: Automatically pauses tracking during periods of inactivity.
19
19
-**Focused Work Detection**: Intelligently tracks time even when VS Code isn't focused.
20
20
-**Health Notification System**: Proactive reminders to promote healthy coding habits with scientifically backed intervals.
21
+
-**Dedicated Settings View**: Comprehensive settings interface accessible via the summary view with easy-to-use controls for all configuration options.
21
22
-**Interactive Data Visualization**:
22
23
- Project Summary Chart: Visual breakdown of time spent on each project
23
24
- Daily Activity Timeline: Interactive line chart showing your coding patterns
@@ -75,11 +76,19 @@ The charts and visualizations will automatically update to reflect your selected
75
76
76
77
### Configuration Options
77
78
78
-
You can customize the extension's behavior through VS Code settings:
79
+
You can customize the extension's behavior through VS Code settings or the dedicated Settings view:
79
80
81
+
**Method 1: Using the Settings View (Recommended)**
82
+
1. Open the Coding Time Summary view by clicking on the status bar or using the command `SCTT: Show Coding Time Summary`
83
+
2. Click the "Settings" button in the top-right corner of the summary view
84
+
3. Configure all settings through the user-friendly interface with descriptions and validation
85
+
4. Click "Save Settings" to apply changes
86
+
87
+
**Method 2: Using VS Code Settings**
80
88
1. Open VS Code Settings (Ctrl+, or Cmd+, on macOS)
81
89
2. Search for "Simple Coding Time Tracker"
82
-
3. Available settings:
90
+
91
+
**Available settings:**
83
92
-**Inactivity Timeout**: How long to wait before stopping the timer when no activity is detected but you are focused on VS Code (in minutes)
84
93
- Default: 2.5 minutes
85
94
- Lower values will stop tracking sooner when you're not actively coding
@@ -106,6 +115,7 @@ The summary page provides a detailed report of your coding activity with interac
106
115
- Language distribution chart showing time spent in different programming languages
107
116
- Theme-aware visualizations that adapt to your VS Code theme
108
117
- Advanced search and filtering capabilities
118
+
- Quick access to settings via the Settings button in the header
The dedicated settings view provides an easy-to-use interface for configuring all extension options. Access it by clicking the "Settings" button in the summary view header.
0 commit comments