views:

50

answers:

2

Anyone know of any good resources for getting up and going with Visual Studio Extensibility (tutorials, etc.)? There seems to be little around the net as far as I can see. Or mayabe I'm just using the wrong keywords in Google.

What I'm generally having trouble with, at the moment, is navigating through a solution and accessing code files.

+1  A: 

Not sure what you mean exactly by 'code-model'. A good place to start is MS VSX learning center. A complete chart of the exposed object model is here. There's also a chance that what you're after is FileCodeModel, in which case you can google it directly (or alternatively ProjectItem.FileCodeModel), and you'd get many examples and references.

Ofek Shilon
This is pretty much what I had in mind. Working with this API is a real bitch though!
Thiru
+1  A: 

Here's a fantastic resource with a ton of HOW-Tos: Resources at MZ-Tools

Thiru
+1 Looks like several of those are out-dated, compared to VS2008. And then there is VS2010 just around the corner, which changes a lot.
eduncan911
There's a lot there so I'm not surprised. If you have any good links feel free to add an answer or list them here so I can add them to the list.
Thiru