I know this could be a potentially wide open topic but are there any good blogs, tutorials, guides or references for visual Studio Extensibility related material. I've swam through msdn and seen a couple potentially good guides provided I already know what I'm doing with the materials but, as far as starting off without getting lost is there anything out there?
Asked
Active
Viewed 133 times
1
-
1If this is about an editor extension, see [my answer to a similar question](http://stackoverflow.com/questions/2688616/how-can-i-write-a-plugin-for-vs2010-using-mef/2688728#2688728). – Noah Richards Nov 15 '10 at 21:20
-
1Funny meeting you here (the [tutorials] tag eradication, that is) – Aug 14 '13 at 12:57
-
Yep I'm still lurking around. – Terrance Aug 14 '13 at 13:01
2 Answers
3
Well I guess I'll start....
- This is a nice start into VS2010 Package Development and is pretty damn hefty and informative
- This one talks about using Dynamic commands in UI Context and as it goes along it gets into modifying other menus in the IDE...
- This is an one is for using MEF for noobs and hits a number of different areas including working with silverlight
- This set is freakin gold. LearnVSXNow is a 44 (and counting) series of articles covering old and new stuff from MPF to MEF. A vertible treasure trove of Visual Studio Extensibility knowledge to pillage. YARR!
- The Holy Grail of msdn refs for DTE Objects and the Stucture. Yes it says vs2003 but they are all made to be backwards compatible but words do not describe how helpful this has been

Terrance
- 11,764
- 4
- 54
- 80
1
I've found Carlos Quintero's blog to be one of the best places for a huge variety of useful information on VS extendability: http://msmvps.com/blogs/carlosq/
Also the MSDN page on VS extensibility is a good starting point: http://msdn.microsoft.com/en-gb/vstudio/vextend.aspx

Carlos Quintero
- 4,300
- 1
- 11
- 18

the_mandrill
- 29,792
- 6
- 64
- 93