Hi,
I have a solution with some projects where, when I have a new "business process" , I create a new folder in the project and add a set of classes (translator, input Types, Output types, ... )
currently we do a copy paste of a previous folder and nested classes and do the classes and types renaming acording to our convention (ProccessxxxTranslator, ProcessxxxMessage, ProcessxxxInput, ..... ).
I would like to develop na extension that allowed me to right click the project and "Add new item", being that "new item" my customization that will create the folder and nested classes on the projects.
The Visual Studio extensions stuff seems to be quite large. I appreciate if you could point me in the right direction with references or samples (preferably with guided steps/walkthroughts or so).
Thank tou so much,
DD