Total Recall is a VSCode extension that helps you recall which files you had open when you changed Git branches. This extension aims to improve your workflow by preserving your working context across branch switches and workspaces.
Demo
Default behavior
no changes are made your open files
With Total Recall enabled
the extension will save your open files and restore them when you switch branches
Features
Automatically saves the state of your open files when switching Git branches
Quickly restores your previous working context when returning to a branch
Full support for multi-root workspaces with per-repository tab tracking
Usage
You don't need to do anything! The extension will automatically save and restore your open files when you switch branches.
Multi-root Workspaces
Total Recall fully supports multi-root workspaces. Each Git repository in your workspace is tracked independently:
When you switch branches in one repository, only the tabs belonging to that repository are closed and restored
Tabs from other repositories in the workspace remain unaffected
Each repository maintains its own branch-to-files mapping
Roadmap
Add AI that scans your commits and recaps what you've been working on lately to help you get back up to speed.