Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version.
This is an experimental version for visual studio 2019, I don't intend to suppport older versions.
- Install from the marketplace
- Open the Local History from the View -> Other Windows menu OR
- Open the Local History by right clicking on a project item to display the history
- Double-click the revision to compare it with the latest version.
- Add/remove/edit labels by selecting the history item then using the L key
- Settings page in Tools -> Options -> LocalHistory
This is not a substitute for source control or backups. Take care of your code files.
PR and issue reports are welcome.
This project is based on the excellent local-history-visual-studio. Since the original repository has little activity, I decided to fork it and add a few features (and support for newer VisualStudio versions).
See changelog