August 2010
Intermediate to advanced
1224 pages
34h 17m
English
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 ...