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

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube