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
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
13
13
-**Tooltip on Status Bar**: Shows the total coding time weekly, monthly, and all time basis.
14
14
-**Detailed Summaries**: View comprehensive reports of your coding activity. You can search your total time on a particular day or project.
15
15
-**Data Persistence**: Safely stores your time data for long-term analysis.
16
-
-**Configurable Save Interval**: Customize how often your coding time data is saved (default: 5 seconds). Adjust this in VS Code settings to balance between data accuracy and system performance.
17
-
16
+
-**Configurable Settings**:
17
+
- Save Interval: Customize how often your coding time data is saved (default: 5 seconds)
18
+
- Inactivity Timeout: Set how long to wait before stopping the timer when no activity is detected (default: 5 minutes)
18
19
19
20
## Screenshots
20
21
### Status Bar
@@ -39,7 +40,6 @@ There are total 3 commands in the command palette available for this extension.
@@ -51,37 +51,36 @@ There are total 3 commands in the command palette available for this extension.
51
51
52
52
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
53
54
-
To access detailed summaries and reports, use the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and search for "Time Tracker" to see available commands.
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.
55
55
56
-
### Configuring Save Interval
57
-
You can customize how often the extension saves your coding time data:
58
-
1. Open VS Code Settings (Ctrl+, or Cmd+, on macOS)
59
-
2. Search for "Simple Coding Time Tracker"
60
-
3. Find the "Save Interval" setting
61
-
4. Enter your preferred interval in seconds (default is 5 seconds)
62
-
- Lower values (e.g., 5-10 seconds) provide more frequent updates but may impact performance
63
-
- Higher values (e.g., 30-60 seconds) are more efficient but update less frequently
56
+
### Configuration Options
64
57
65
-
## Control Panel Commands
58
+
You can customize the extension's behavior through VS Code settings:
66
59
67
-
The Simple Coding Time Tracker extension offers a range of commands accessible through the Command Palette, designed to streamline your coding time tracking experience. Here are the primary commands available:
68
-
69
-
To access these commands, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
60
+
1. Open VS Code Settings (Ctrl+, or Cmd+, on macOS)
61
+
2. Search for "Simple Coding Time Tracker"
62
+
3. Available settings:
63
+
-**Save Interval**: How often to save your coding time data (in seconds)
64
+
- Default: 5 seconds
65
+
- Lower values provide more frequent updates but may impact performance
66
+
- Higher values are more efficient but update less frequently
67
+
-**Inactivity Timeout**: How long to wait before stopping the timer when no activity is detected (in minutes)
68
+
- Default: 5 minutes
69
+
- Lower values will stop tracking sooner when you're not actively coding
70
+
- Higher values will continue tracking for longer during breaks
70
71
71
-
-**Show Summary**:
72
-
- Command Title: `SCTT: Show Coding Time Summary`
73
-
- This command displays a comprehensive summary of your coding activity, including the total time invested in projects and a daily breakdown.
72
+
### Available Commands
74
73
75
-
-**Reset Timer for Today**:
76
-
- Command Title: `SCTT: Reset Coding Timer for Today`
77
-
- This command resets the coding time tracker for the current day, allowing you to start anew without any previous data influencing your current session.
74
+
The extension provides the following commands through the Command Palette:
78
75
79
-
-**Reset All Timers**:
80
-
- Command Title: `SCTT: Reset All Coding Timers`
81
-
- This command resets all coding time trackers. It includes a confirmation prompt to prevent unintended resets, ensuring you have full control over your data.
76
+
-**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.
82
78
83
-
By using these commands, you can effectively manage your coding sessions and maintain precise records of your work.
79
+
-**Reset Timer for Today** (`SCTT: Reset Coding Timer for Today`):
80
+
Resets the coding time tracker for the current day, allowing you to start anew.
84
81
82
+
-**Reset All Timers** (`SCTT: Reset All Coding Timers`):
83
+
Resets all coding time trackers with a confirmation prompt to prevent unintended resets.
0 commit comments