The "project-tracker" extension allows you to track the time spent on different files within your project. It helps you monitor your productivity and gain insights into where your time is being allocated and Time you spent on entire project.
Features
Tracks the time spent on each file within your project.
Accumulates the time spent on multiple visits to the same file.
Excludes specific file types from tracking (e.g., configuration files).
Provides information on the time spent on the previous file when switching to a new file.
Supports different file types and displays the time in an understandable format.
Requirements
To use the "project-tracker" extension, you need to have Visual Studio Code installed on your system.
Extension Settings
The "project-tracker" extension contributes the following settings:
project-tracker.excludeFiles: An array of file extensions to exclude from tracking. By default, it excludes .json, .env, and .config files.
Usage
Open your project in Visual Studio Code.
Activate the extension by clicking on the "Start Tracking" button in the toolbar or by executing the "Start Tracking" command.
As you switch between files, the extension will automatically track the time spent on each file.
The accumulated time spent on each file will be displayed in the status bar.
To view the time spent on the previous file, a notification will be shown when you switch to a new file.
Known Issues
None at the moment. Please report any issues you encounter.
Release Notes
1.0.0
Initial release of the "project-tracker" extension.
1.1.0
Added the ability to exclude specific file types from tracking.
Improved time formatting for better readability.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.