Share via


Getting Started with Source Control VSPackages

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

A source-control VSPackage is a more advanced alternative to the source control plug-in. (See Creating a Source Control Plug-in for more information on source control plug-ins.) A source-control VSPackage enables complete control over the source control model, features, and user interface (UI), and it integrates into the Visual Studio environment as a VSPackage.

In This Section

Determining Whether to Implement a Source Control VSPackage
Explains the choices for source control solutions and provides broad guidelines for choosing an appropriate integration path.

What's New in Source Control
Describes new features using VSPackages with source control.

Creating a Source Control VSPackage
Discusses how to create a source control VSPackage that not only supplies source control functionality but can be used to customize the Visual Studio source control UI.