Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.21 KB

Visual Studio Extensions

Visual Studio is a fully extensible development platform and empowers you to extend almost every part:

  • Add menu items and toolbars items that activate functionality you build
  • Create tool windows that offer entirely new functionality
  • Integrate new languages into the IDE
  • Offer light bulbs that help developers write better code
  • Integrate new project types into Visual Studio

Find more information on the Visual Studio website!

Join the chat at https://gitter.im/Microsoft/extendvs

Getting started

Get started with building extensions for Visual Studio:

  1. Detailed getting started documentation on Microsoft Docs
  2. Extension samples on GitHub
  3. Chat with other extension developers on Gitter
  4. Channel 9 Videos on extensibility
  5. Extensibility Tools to make it easier to build extensions

Open Source Extensions

See a list of Community Extensions.