Questions tagged [clarius-visual-t4]

Clarius Visual T4 is a Text Template editor for Visual Studio.

Clarius Visual T4 is a Text Template editor for Visual Studio.

5 questions
19
votes
4 answers

Setting a breakpoint in a T4 template

I'm trying to debug the execution of a T4 template in Visual Studio 2008. All the information I'm finding on debugging T4 templates in Visual Studio 2008 say that you can set a breakpoint (red dot) in the template as if it were a regular code file. …
Dave Swersky
  • 34,502
  • 9
  • 78
  • 118
9
votes
2 answers

What T4 editing tools exist?

I don't use T4 templates often; usually when I do it is editing those of other projects (specifically SubSonic & T4MVC). The experience is always quite unpleasant (and this is certainly why I don't use them more often). These are the tools I know…
5
votes
1 answer

Why use ttinclude instead of compiled assemblies?

I have been writing an assembly to simplify much of my POCO type generation. I have one core assembly which multiple tt files include and use to generate the code. The reason I have done this is because no matter which extension I try (Devart T4,…
Lukazoid
  • 19,016
  • 3
  • 62
  • 85
2
votes
2 answers

T4 pro editors (payable) comparison

I'm interested in purchasing a full features T4 editor. I'm looking at: Tangible T4 Editor Professional Clarius Visual T4 Editor Professional They both have the same price tag (100$). Clarius' product seems a bit more feature rich, but is it…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
0
votes
2 answers

Is there any T4 Editor for Visual Studio 2010 CTP2?

i am looking for a T4 Editor for VS 2010 CTP2. Clarius states on their Blog they are waiting for the Beta1. Any idea other idea where to look? Thanks Tim
Mojo