Dorothy Time is a Visual Studio Code extension that helps developers track the amount of time spent on individual files. It automatically logs the time from when a file is focused to when it's defocused, providing a clear insight into time distribution across different files.
- Time Tracking: Automatically tracks the time spent on each file.
- StatusBar Display: Displays the time spent on the currently focused file in the status bar.
- Simple and Lightweight: No extra configurations required, just install and start tracking.
- Open Visual Studio Code.
- Go to Extensions (you can use the shortcut
Ctrl+Shift+X
). - Search for "Dorothy Time" and install it.
- Restart Visual Studio Code.
- The time tracking starts automatically once the extension is installed.
- The time spent on the currently focused file is displayed in the status bar at the bottom.
dorothy-time.displayFormat
: Customize the display format of the time in the status bar (e.g., HH:mm:ss, mm:ss, etc.)