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
There are total 3 commands in the command palette available for this extension.
@@ -51,7 +79,23 @@ There are total 3 commands in the command palette available for this extension.
51
79
52
80
Once installed, the extension will automatically start tracking your coding time. You can view your current session time in the status bar at the bottom of the VSCode window.
53
81
54
-
To access detailed summaries and reports, use the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and search for "SCTT" to see available commands.
82
+
## Feature Details
83
+
84
+
1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS)
85
+
2. Search for "SCTT: Show Coding Time Summary"
86
+
3. Explore your coding statistics through interactive visualizations:
87
+
- View project distribution in the Project Summary chart
88
+
- Track daily patterns in the Activity Timeline
89
+
- Analyze long-term trends in the Activity Heatmap
90
+
- All charts automatically adapt to your VS Code theme
91
+
92
+
### Using Search & Filters
93
+
94
+
1. In the summary view, locate the search form
95
+
2. Select a date range using the date pickers
96
+
3. Optionally choose a specific project from the dropdown
97
+
4. Click "Search" to apply filters
98
+
5. Use "Reset" to clear all filters and refresh the view
55
99
56
100
### Configuration Options
57
101
@@ -74,7 +118,7 @@ You can customize the extension's behavior through VS Code settings:
74
118
The extension provides the following commands through the Command Palette:
75
119
76
120
-**Show Summary** (`SCTT: Show Coding Time Summary`):
77
-
Displays a comprehensive summary of your coding activity, including total time invested in projects and a daily breakdown.
121
+
Displays a comprehensive summary of your coding activity with interactive charts and visualizations.
78
122
79
123
-**Reset Timer for Today** (`SCTT: Reset Coding Timer for Today`):
80
124
Resets the coding time tracker for the current day, allowing you to start anew.
@@ -84,6 +128,13 @@ The extension provides the following commands through the Command Palette:
84
128
85
129
## Changelog
86
130
131
+
### [0.2.4] - 2025-04-13
132
+
- Added smart activity detection with configurable inactivity timeout
133
+
- Enhanced chart interactivity and responsiveness
134
+
- Improved theme compatibility for all visualizations
135
+
- Added quick reset button for search filters
136
+
- Refined chart tooltips and legends for better readability
137
+
87
138
### [0.2.3] - 2025-03-19
88
139
- Made the save interval configurable by the user, with a default of 5 seconds.
89
140
- Updated the documentation to reflect the new configuration option.
0 commit comments