VS Code Recorder ExtensionThis extension provides functionality to record changes made in the active text editor in Visual Studio Code. The changes are recorded in a CSV file and can be processed to generate output files in SRT and JSON formats. FeaturesThe VS Code Recorder Extension is designed to track and record changes made in the active text editor. It captures every change, including text insertions, deletions, and modifications, and records them in a CSV file. This file can then be processed to generate output files in SRT and JSON formats, providing a detailed log of changes made during a coding session. UsageTo use the extension, click on "Start recording" in the status bar (on the right) and begin working in your text editor. The extension will automatically start recording changes. When you're done, stop the recording and the extension will finalize the data and save it to a CSV (source), JSON and SRT file. Choose the format in which you want to export the data (SRT or JSON or both). OutputThe recorded changes are saved in a CSV file in your workspace. Then, this file is processed to generate output files in SRT and JSON formats, providing a detailed and accessible log of your coding session. Play it backThe output files can be played back in the VS Code Recorder Player web app. RequirementsThis extension requires Visual Studio Code to run. No additional dependencies are needed. Extension Settings
Known IssuesThere are currently no known issues with this extension. Support me 💸If you like this extension, please consider supporting me! Release NotesSee CHANGELOG.md Enjoy! |