madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Missing support for .tt and .ttinclude files #7

Open tankbob opened 8 years ago

tankbob commented 8 years ago

Include file for T4 templates

madskristensen commented 8 years ago

I can't find a Textmate bundle for T4. Do you know of one?

tankbob commented 8 years ago

Sorry, no I don't. I only got the unknown file warning when editing a ".ttinclude" and not a ".tt" so had assumed that the plugin was handling t4 (.tt) files already and just needed telling that .ttinclude was the same as a .tt file.

madskristensen commented 8 years ago

There is no language service for .tt files either. It opens as Plain Text in VS just like .ttinclude. Are you getting better tooling for .tt files?

tankbob commented 8 years ago

I'm getting the <#= in yellow. I'm guessing it's resharper doing something

madskristensen commented 7 years ago

Here's an extension that provides support for .tt files https://visualstudiogallery.msdn.microsoft.com/784cf592-b797-4d4d-ad33-331fcf63faad

Jogai commented 7 years ago

Resharper does have an extension for T4 ForTea. Maybe good to suggest since a lot of people use R#.

YipYipX4 commented 6 years ago

+1