Oleg Sych
Oleg Sych
@v-bbalaiagar I have provided this information in the issue. Do you have specific questions?
That's a good idea, @rpokrovskij. :+1: Thanks for submitting it. I think this only requires exporting an additional `FileExtensionToContentTypeDefinition` to associate `.t4` extension with the `TextTemplate` content type in the...
@wtjones, thanks for reporting this! Detection of file encoding looks [messy](https://stackoverflow.com/questions/3825390/effective-way-to-find-any-files-encoding) but doable. I agree that this should be fixed.
Sure, I'll get right on it! :smile: IntelliSense for T4 templates is a _very_ large area, it would help if you could elaborate on what would be the most important...
Interesting, I didn't think about this before... So if we could [extend the C# content type](https://msdn.microsoft.com/en-us/library/vstudio/dd885244.aspx#sectionToggle0) instead of defining a [distinct text template content type](https://github.com/olegsych/T4Toolbox/blob/master/src/T4Toolbox.VisualStudio.Editor/TemplateContentType.cs) we could let the C#...
That would be awesome! If we detect the type of text being generated from the `extension` in the [output](https://msdn.microsoft.com/en-us/library/gg586943.aspx) directive and the `language` in the [template](https://msdn.microsoft.com/en-us/library/gg586945.aspx) directive, we could use...
This may be possible. What part of T4 Toolbox would you want to consume as a NuGet package - VS editor extension or code generation extension?
Today, T4Toolbox works in the built-in T4 host implemented as a [file generator](https://msdn.microsoft.com/en-us/library/bb166817.aspx). It gets invoked whenever you save a template file in the Visual Studio editor. Historically, this was...
This could be a simple matter of T4 Toolbox not supplying project item templates for this particular project type. - Is `Text Template` available in the list of project item...
Thanks everyone! The [new content](http://olegsych.github.com/T4Toolbox) lives on [GitHub](https://github.com/olegsych/t4toolbox/tree/gh-pages). Pull requests to publish missing content are welcome!