Author Topic: Visual Studio Templates  (Read 3741 times)

0 Members and 1 Guest are viewing this topic.

Glenn R

  • Guest
Visual Studio Templates
« on: September 16, 2010, 05:03:39 AM »
Has anybody created their own and if so, have you used template parameters?

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Re: Visual Studio Templates
« Reply #1 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 for AutoCAD 2009.

Bobby C. Jones

  • Swamp Rat
  • Posts: 516
  • Cry havoc and let loose the dogs of war.
Re: Visual Studio Templates
« Reply #2 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.
Bobby C. Jones

Glenn R

  • Guest
Re: Visual Studio Templates
« Reply #3 on: September 24, 2010, 05:43:52 PM »
Guid1, Guid2 etc. I assume...

Bobby C. Jones

  • Swamp Rat
  • Posts: 516
  • Cry havoc and let loose the dogs of war.
Re: Visual Studio Templates
« Reply #4 on: September 28, 2010, 04:40:54 PM »
Guid1, Guid2 etc. I assume...

si, senior.  That's the extent of it para me.
Bobby C. Jones

LE3

  • Guest
Re: Visual Studio Templates
« Reply #5 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
« Last Edit: September 28, 2010, 08:19:53 PM by LE »

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Visual Studio Templates
« Reply #6 on: September 30, 2010, 05:33:53 PM »
Guid1, Guid2 etc. I assume...

It could be a Guid0 ;-)
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Visual Studio Templates
« Reply #7 on: September 30, 2010, 05:48:22 PM »

or Paulo or Geno ..
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
Re: Visual Studio Templates
« Reply #8 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/ and a video at https://www.youtube.com/watch?v=z33jOo75CH4

There's a Wiki at https://github.com/ligershark/side-waffle/wiki. The Visual Studio Gallery page is at 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!