This extension allows you to generate a report of file changes in your project over a specified period of time. The report can be grouped by day or by file, and the granularity of the report can be set to day, hour, or minute.
Features
Generate a report of file changes over a specified period of time.
Set the granularity of the report to day, hour, or minute.
Group the report by day or by file.
Choose when the report should start from: 1 day ago, 1 week ago, 1 month ago, 6 months ago, or 1 year ago.
Usage
Open the command palette with Ctrl+Shift+P (Windows, Linux) or Cmd+Shift+P (macOS).
Type "Timeline Export" and select the "Timeline Export: Generate Report" command.
Enter the directory of the project you want to generate a report for.
Choose a report level: day, hour, or minute. This determines how granular the report is.
Choose when the report should start from: 1 day ago, 1 week ago, 1 month ago, 6 months ago, or 1 year ago.
Choose how to group the report: by day or by file.
The extension will generate a report of file changes in the specified project over the chosen period of time, starting from the chosen date, and grouped by the chosen option.
Requirements
Visual Studio Code 1.58.0 or later
Node.js 12.0.0 or later
Known Issues
None at the moment. If you find a bug, please open an issue on the GitHub repository.