VSSDK-Extensibility-Samples

Samples for building your own Visual Studio extensions

  • Owner: microsoft/VSSDK-Extensibility-Samples
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Visual Studio Extensibility Samples

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

These samples demonstrate how to customize the appearance and behavior of the
Visual Studio IDE and editor.
The following are some of the ways in which you can extend Visual Studio:

  • Add commands, buttons, menus, and other UI elements to the IDE
  • Add tool windows for new functionality
  • Add support in Visual Studio for new programming languages
  • Add refactoring or language analyzers to fix and improve code
  • Add a custom project type or new project or item templates

If you've never written a Visual Studio extension before, we've got some great resources to get started.

Getting started

  1. Clone the repo to download all samples (How to)

    git clone https://github.com/Microsoft/VSSDK-Extensibility-Samples.git

  2. Read the readme included with each sample and try it in Visual Studio

Other extensibility samples

  • If you're building XAML controls for UWP that are deployed as NuGet packages, you can add design-time support
    so that they automatically appear in the toolbox when they are referenced. This sample is in
    the NuGet repo.

  • We have separate repositories and documentation for writing extensions for other members of the Visual Studio family:

Other useful resources

  • Publish your completed extension to the Visual Studio Marketplace,
    which provides a convenient place for developers to find and install your extension.

  • Join the Visual Studio Partner Program for free to get access to dedicated resources
    to support you as an extension publisher.

  • For details on how to create user experiences that are seamless and consistent within the IDE, visit
    the Visual Studio User Experience Guidelines. You will also find information
    about the common user models and interaction patterns that are used and how you can utilize them as well.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for your support for Visual Studio - we're excited to see what extensions you build!

Overview

Name With Ownermicrosoft/VSSDK-Extensibility-Samples
Primary LanguageC#
Program languageC# (Language Count: 3)
Platform
License:MIT License
Release Count0
Created At2015-06-23 21:16:44
Pushed At2023-11-16 11:22:20
Last Commit At2022-08-02 11:03:46
Stargazers Count1.2k
Watchers Count134
Fork Count451
Commits Count419
Has Issues Enabled
Issues Count156
Issue Open Count125
Pull Requests Count100
Pull Requests Open Count14
Pull Requests Close Count11
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top