Monday, June 01, 2009

Building Visual Studio IDE Extensions from SDK download to Gallery upload

Jason Zander's WebLog - VS2010 Tutorial: Building VS Extensions with the Beta 1 SDK

“The SDK is used to create extensions to Visual Studio itself like those you can find on VS Gallery.  You can download it here.  The installation is done on top of an existing install of VS 2010 and gives you a set of build tools, templates, and a short cut for debugging devenv.exe (VS) that can be used for testing your new extensions.

Once you get the SDK installed, you will find a new set of templates.  Let’s start by doing File, New Project.  Type ‘editor’ in the search box to find example editor extensions:

As you can see, loading new items, creating new items, etc is very straightforward.  I’m looking forward to seeing what you come up with.”

Jason Zander's WebLog  VS2010 Tutorial Building VS Extensions with the Beta 1 SDK

I thought there was a number of interesting points in this point, such as how the extension debugging gets hooked up and a look into the .vsixmanifest designer…

 

Related Past Post XRef:
Extending VS2010 – SDK is out, Scott Hanselman chats about it and there’s a good number of samples already on the Visual Studio Gallery
Here’s the 10-4 on downloading and installing Visual Studio 2010 Beta 1
Visual Studio 2010 and .NET Framework 4 Beta 1 now available for public download
A little VS2010/.Net 4 Training Kit with your Beta 1?
VS2010 Beta 1 is now really available on MSDN. Let the downloading begin…

No comments: