Creating Your First Extension

Before getting started, you will need to take care of one prerequisite: installing the Visual Studio software development kit (SDK). The SDK provides the VSIX project template, along with various project item templates, that we will use to build our extension. To start, create a new project; with the SDK installed, you will see a VSIX Project entry under the Extensibility category of your language of choice. Select the project template, and click OK in the New Project dialog (see Figure 15.1).

Image

FIGURE 15.1 Selecting the VSIX project type.

Note

VSIX is simply the name for the deployable package that contains the ...

Get Microsoft Visual Studio 2015 Unleashed, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.