News

Visual Studio Extension Tracks Project History

A new version of the extension adds support to Visual Studio 2012; it originally supported only Visual Studio 2013.

 

Microsoft has created a Visual Studio extension that provides history tracking for projects. The extension could end up saving developers lots of time due to its ability to roll back to earlier versions of a solution.

The "AutoHistory" extension was first released several weeks ago. In its original incarnation, it only worked with Visual Studio 2013 projects. The latest update, released Monday,  adds Visual Studio 2012 support.

A blog posting from Mark Wilson-Thomas, a Visual Studio program manager, explained how the extension works:

"...whatever you do to your projects and solutions, it silently and efficiently tracks the changes you make to any files that you have opened in the Visual Studio Editor. Then, when you find yourself in need of back-tracking to an earlier version of one or more of your files, you can find your way back to it."

Once installed, the Auto History tool can be found in Visual Studio in View/Other Windows/Auto History. Every five minutes, it takes a snapshot image of all files in your solution open at that point in time. It also takes snapshots on opening, closing or reloading a file.

AutoHistory doesn't interact with source code control systems like Git. But it even has benefits there, Wilson-Thomas blogged: "For a source code control user, the extension is useful because it keeps a history of your files between Source Code Control checkins".

In version 1.1 of AutoHistory, users reported issues with loading and installation, which was traced to a "strong name validation" failure. That problem was solved with version 1.2, which also added Visual Studio 2012 support.

AutoHistory, according to the download site, doesn't support Visual Studio Express, and doesn't save snapshots to disc until Visual Studio is closed. Thus, Microsoft warns, "...it is not a substitute for saving your work."

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Microsoft Highlights Visual Studio Live! Event Lineup and Longtime Developer Community Role

    A Microsoft MVP Blog post on Visual Studio Live!'s longevity arrives as the 2026 conference series continues with upcoming stops at Microsoft HQ, San Diego and Orlando.

  • Using Local AI to Cut Copilot Usage-Based Billing Shock

    After being gobsmacked by the new billing plan using almost all my monthly credits in one or two days, I tried pushing some Copilot-style coding work onto local models in VS Code. What I found was less "free AI" and more "pick your pain": cloud charges on one side, heavy local resource use and long waits on the other.

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

Subscribe on YouTube