Using the Visual Studio SDK

Besides understanding the editor extension points, there is another crucial step to take: installation of the Visual Studio SDK. The Visual Studio SDK, generally speaking, is a collection of tools and project templates that help developers customize the IDE. The SDK is particularly germane to the topic of editor extensions because it ships with a set of project templates and code samples that help kick-start your extension development efforts.

The SDK download links for Visual Studio 2010 are located at the Visual Studio Extensibility center on MSDN: http://msdn.microsoft.com/vsx.

After downloading and installing the SDK, you see a new set of project templates available when you launch the New Project dialog box (see ...

Get Microsoft® Visual Studio® 2010 Unleashed 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.