Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.95 KB

File metadata and controls

43 lines (29 loc) · 1.95 KB
title Creating a Source Control Plug-in
description Learn how to create a source control plug-in that adds a source control capability to the Visual Studio integrated development environment (IDE).
ms.date 11/04/2016
ms.topic concept-article
helpviewer_keywords
plug-ins, source control
source control plug-ins
source control [Visual Studio SDK], plug-ins
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

Create a source control plug-in

The Visual Studio SDK provides resources that enable you to add source control capability to the Visual Studio integrated development environment (IDE). It lets you use any plug-in DLL that complies with the Source Control Plug-in API outlined in this documentation.

In this section

Describes how to install a source control plug-in and highlights the currently available Source Control Plug-in API versions.

Uses an architecture diagram to explain the integration of a source control plug-in with the Visual Studio IDE.

Provides guidance about how to test the installation and operation of a source control plug-in.

Related sections

Discusses how to create a source control VSPackage that not only supplies source control functionality but replaces Visual Studio source control UI.

Provides a complete listing of all the elements in the Source Control Plug-in API.

Discusses the options for implementing source control as an integrated feature of Visual Studio.