madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Missing support for .tt files #443

Open JCKodel opened 6 years ago

JCKodel commented 6 years ago

I just opened a https://github.com/linq2db/linq2db .tt file O.o

<#@ template language="C#" debug="True" hostSpecific="True"                           #>
<#@ output extension=".generated.cs"                                                  #>
<#@ include file="$(LinqToDBT4SqlServerTemplatesDirectory)LinqToDB.SqlServer.Tools.ttinclude" #>
<#@ include file="$(LinqToDBT4SqlServerTemplatesDirectory)PluralizationService.ttinclude"     #>
<# //@ include file="$(ProjectDir)LinqToDB.Templates\LinqToDB.SqlServer.Tools.ttinclude" #>
<# //@ include file="$(ProjectDir)LinqToDB.Templates\PluralizationService.ttinclude"     #>
<#
    NamespaceName = "WebScaleFX.Data";
    DataContextName = "WebScaleFX";

    LoadSqlServerMetadata(".", "WebScaleFX");
    GetTable("diva.WebPushNotificationsToSend").DataContextPropertyName = "WebPushNotificationsToSend";
    GetTable("diva.WebPushScheduleNotificationsToSend").DataContextPropertyName = "WebPushScheduleNotificationsToSend";

    GenerateModel();
#>
IanKemp commented 5 years ago

Did you, perchance, actually read this project's readme, which explicitly mentions no support for T4 and links to another extension that does T4 syntax highlighting etc.?