views:

47

answers:

1

I'm looking for reference/tutorial material on building integration packages for Visual Studio 2008.

I am particularly looking for info on editor integration such as intellisense for a custom syntax (and contained languages) and source code formatting/coloring.

I found some info on the Microsoft MSDN site, but as always, the information found there creates more confusion than enlightenment.

+1  A: 

You want the Visual Studio SDK. This and many other resources are available at the Visual Studio Extensibility Developer Center.

John Saunders
I already had the Visual Studio SDK installed, but the information is really confusing. I'm sure I could figure it out somehow, but there must be some "Getting Started" info available somewhere...
Philippe Leybaert
John Saunders
Is the Developer Center of no help? Make sure you click the various tabs. It's not just one page. For instance, the Nayyeri book was listed at http://msdn.microsoft.com/en-us/vsx/cc677062.aspx, which is under "Learn", then "Books".
John Saunders
And did you find the page on "Editors" (http://msdn.microsoft.com/en-us/vsx/cc677249.aspx)?
John Saunders
Thanks for the info John, I will give it a shot
Philippe Leybaert