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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube