TheSwamp

Code Red => .NET => Topic started by: Glenn R on September 16, 2010, 05:03:39 AM

Title: Visual Studio Templates
Post by: Glenn R on September 16, 2010, 05:03:39 AM
Has anybody created their own and if so, have you used template parameters?
Title: Re: Visual Studio Templates
Post by: Andrey Bushman on September 16, 2010, 07:15:50 AM
Has anybody created their own and if so, have you used template parameters?
My MS VS 2010 templates (https://sites.google.com/site/bushmansnetlaboratory/bin/netcode/templates) for AutoCAD 2009.
Title: Re: Visual Studio Templates
Post by: Bobby C. Jones on September 24, 2010, 04:05:01 PM
Has anybody created their own and if so, have you used template parameters?

I'm working on some Revit templates with guid parameters.
Title: Re: Visual Studio Templates
Post by: Glenn R on September 24, 2010, 05:43:52 PM
Guid1, Guid2 etc. I assume...
Title: Re: Visual Studio Templates
Post by: Bobby C. Jones on September 28, 2010, 04:40:54 PM
Guid1, Guid2 etc. I assume...

si, senior.  That's the extent of it para me.
Title: Re: Visual Studio Templates
Post by: LE3 on September 28, 2010, 08:16:04 PM
si, senior.  That's the extent of it para me.
muy bueno spaniol bobby.

there are two templates at the building coder site, made by augusto goncalves for revit, guess you might know already ...
http://thebuildingcoder.typepad.com/blog/2010/07/devtv-addin-templates.html
Title: Re: Visual Studio Templates
Post by: Keith™ on September 30, 2010, 05:33:53 PM
Guid1, Guid2 etc. I assume...

It could be a Guid0 ;-)
Title: Re: Visual Studio Templates
Post by: Kerry on September 30, 2010, 05:48:22 PM

or Paulo or Geno ..
Title: Re: Visual Studio Templates
Post by: CADbloke on January 06, 2015, 04:18:56 PM
4 or 5 years later ... There's an easier way to create VS templates. Have a look at http://blogs.endjin.com/2014/07/a-step-by-step-guide-to-developing-visual-studio-item-templates-using-sidewaffle/ (http://blogs.endjin.com/2014/07/a-step-by-step-guide-to-developing-visual-studio-item-templates-using-sidewaffle/) and a video at https://www.youtube.com/watch?v=z33jOo75CH4 (https://www.youtube.com/watch?v=z33jOo75CH4)

There's a Wiki at https://github.com/ligershark/side-waffle/wiki (https://github.com/ligershark/side-waffle/wiki). The Visual Studio Gallery page is at https://visualstudiogallery.msdn.microsoft.com/a16c2d07-b2e1-4a25-87d9-194f04e7a698 (https://visualstudiogallery.msdn.microsoft.com/a16c2d07-b2e1-4a25-87d9-194f04e7a698). It is fundamentally a package of templates plus a framework for building new ones. Having done this by hand ... Hurrah for this!