Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio plug-ins development, first steps

I would like to make a plug-in for visual studio... But I have no idea where to start. While it was quite easy to find guides for Eclipse plug-in development, I'm having troubles to find a good guide for VS plug-in development.

I guess what I'm trying to ask here, is where do I start?

like image 866
thedp Avatar asked Dec 09 '09 09:12

thedp


1 Answers

I suggest to start here: http://www.mztools.com/resources_vsnet_addins.aspx This is great set of resource for VS add-in developers. Creating VS add-in is quite easy. Some keywords if you want to search for more: VS add-in (plugin is not very used), VS extensibility, VS automation.

like image 76
Peter Macej Avatar answered Oct 20 '22 14:10

Peter Macej