Tools and clients that connect to Azure DevOps

TFS 2017 | TFS 2015 | TFS 2013

Our platform of software development tools began more than 20 years ago. We released Visual Basic and Visual Studio as an integrated development environment (IDE). Visual Studio supports many plug-ins that extend its functionality. In particular, the Team Explorer plug-in allows the Visual Studio client to connect to Azure DevOps to support source control, work tracking, build, and test operations.

Desktop client developer tools

Developers have access to many tools through these versions of Visual Studio and plug-ins. To download any version of Visual Studio, go to the Visual Studio Downloads page. To understand what features you get with the Visual Studio versions, see Compare Visual Studio offerings.

  • Visual Studio Community: A fully featured and extensible IDE for creating modern applications for Android, iOS, and Windows, including web applications and cloud services. (Replaces Visual Studio Express.)
  • Visual Studio Professional: Development tools and services to support individual developers or small teams.
  • Visual Studio Enterprise: Integrated, end-to-end development tools and solutions for teams of any size, and with a need to scale. It supports designing, building, and managing complex enterprise applications.
  • Visual Studio Test Professional: Provides access to Microsoft Test and development tools to support quality and collaboration throughout the development process.
  • Visual Studio Team Explorer: Free solution for non-developers to interact with Azure DevOps.
  • Eclipse/Team Explorer Everywhere: Free plug in to support teams running Eclipse on Linux, macOS, or Windows that connects to Azure DevOps.
  • Android Studio with the Azure DevOps Services Plug-in for Android Studio: Free plug in to support Android developers and connect to Git repositories on Azure DevOps.
  • IntelliJ with the Azure DevOps Services Plugin for IntelliJ: Free plug in to support developers who use IntelliJ IDEA or Android Studio to connect to Git repositories on Azure DevOps.
  • Visual Studio Code: Free, open-source code editor with a free extension to support connecting to Git repositories on Azure DevOps.

To get started with client libraries, see Client library samples.

Team Explorer plug-in

Team Explorer, a plug-in to all Visual Studio versions, connects Visual Studio to projects defined in Azure DevOps. You can manage source code, work items, and builds. To learn more, see Work in Team Explorer.

Home page with Git Home page with TFVC
Team Explorer home page with Git as source control Team Explorer home page with Team Foundation Version Control (TFVC) as source control

Visual Studio Git experience

Visual Studio 2019 and later versions provide a new Git experience through the Git menu as shown below. To learn more, see Git experience in Visual Studio and Side-by-side comparison of Git and Team Explorer.

Screenshot of Visual Studio 2019 Git menu.

Office integration tools

When you install any edition of Visual Studio or Team Foundation Server Standalone Office Integration 2015 (free), the Team Foundation plug-in integrates work item tracking with select Office clients. The Team Foundation plug-in installs to your existing Office client. The plug-in supports Office 2007, Office 2010, or Office 2013 versions.

  • Excel: Use Excel to add and bulk modify work items.
  • Project: By using Project, you can plan projects, schedule tasks, assign resources, and track changes. You have access to features that TFS doesn't support, such as a project calendar, Gantt charts, and resource views.
  • PowerPoint Storyboarding: Illustrate user stories and requirements by using PowerPoint. The Team Foundation plug-in installs to your existing PowerPoint client.

Important

Support for integrating TFS with Project Server is deprecated for TFS 2017. However, synchronization support is provided by a Microsoft partner. See Synchronize TFS with Project Server for details.

Task-specific clients

The following clients support specific tasks, such as managing testing efforts, providing feedback, or modifying work items:

Important

Test Manager is deprecated for TFS 2017.

Browser-based web tools

Web portal

The collaboration tools supported through the web portal are summarized under Essential services. New features are deployed every three weeks for Azure DevOps Services, and quarterly for Azure DevOps Server. For release notes, see Azure DevOps Services Features Timeline.

You can use the following browsers to access the web portal:

Version Edge Internet Explorer Safari (Mac) Firefox Chrome
Azure DevOps Services
Azure DevOps Server 2020.1
Most recent Not supported 14.1 and later Most recent Most recent
Azure DevOps Server 2020
Azure DevOps Server 2019
TFS 2018
TFS 2017
Most recent 11 and later 14.1 and later Most recent Most recent
TFS 2015 Most recent 9 and later 5 and later Most recent Most recent
TFS 2013 9 and later 5 and later Most recent Most recent

Microsoft Edge, Firefox, and Chrome automatically update themselves, so Azure DevOps supports the most recent version.

For more information, see Web portal navigation.

Browser-based extensions

Several extensions are built and maintained by the Azure DevOps Services product team:

  • Code search: Increase cross-team collaboration and code sharing. Enables developers to quickly locate relevant information within the code base of all projects that are hosted within an organization or collection. You can discover implementation examples, browsing definitions, and error text.
  • Work item search: To quickly find relevant work items, search across all work item fields over all projects in an organization. Do full-text searches across all fields to efficiently locate relevant work items. Use inline search filters, on any work item field, to quickly narrow down a list of work items.

Find more extensions in Azure DevOps Organization settings > Extensions > Browse marketplace. See also, Overview of extensions for Azure Boards.

Command-line tools

You can do many code development and administrative tasks by using the following command-line tools:

Integrated tool support for third-party applications

The following tools provide support for monitoring and interacting with Azure DevOps from a third-party application.

Marketplace extensions

Visual Studio and Azure DevOps provide a wealth of features and functionality. They also provide a means to extend and share that functionality.

Extensions are simple add-ons that you can use to customize and extend your DevOps and work tracking experiences. They're written with standard technologies—HTML, JavaScript, and CSS. You can develop your own extensions by using your preferred dev tools.

You build extensions by using our RESTful API library. Publish your extensions to the Azure DevOps Marketplace. You can privately maintain or share them with millions of developers who use Visual Studio and Azure DevOps.

To learn more, visit the Azure DevOps Marketplace and see Overview of extensions.

REST APIs

The Azure DevOps APIs are based on REST, OAuth, JSON, and service hooks—all standard web technologies broadly supported in the industry.

REST APIs are provided to support building extensions to Azure DevOps. To learn more, see REST API overview.