// archive

Tag: c#

  • Changing T4 Template Background Colors in Visual Studio

    #dotnet

    Changing T4 Template Background Colors in Visual Studio

    T4 is a templating engine inside of Visual Studio that lets you generate, well, text. Since T4 has no editor goodies in Visual Studio the Tangible T4 Editor is a good way to get some of the goodies back. But if you’re using the “dark” theme in Visual Studio the Tangible T4 Editor needs a color change.…