Code Time Travel is a VS Code extension that lets developers navigate through their code history like a timeline.
Instead of only relying on undo/redo, you can move back and forth between edits with more control and clarity.
Features
Navigate through code changes in a timeline view
Quickly jump back to earlier versions of a file
Visualize edits in a structured way
Works seamlessly with Git-tracked files
Lightweight and easy to use
Requirements
No additional requirements. Works out of the box.
Extension Settings
This extension contributes the following settings:
codeTimeTravel.enable: Enable/disable the extension
codeTimeTravel.maxHistory: Set the maximum number of changes to track
Known Issues
Currently works best with text-based files
Very large files (>10MB) may show performance issues