tangible T4 Directives

 

The tangible T4 Editor extends the set of existing T4 Directives that can be used inside T4 Text Template files. This list gives an overview on additional directives that can be used when working with the tangible T4 Editor.

 

The documentation of the basic T4 Text Template Directives is availabl in this MSDN Article.

 

Directive: intellisenseLanguage

 

Purpose

Use this directive in .ttinclude templates to give tangible T4 editor a hint what language the control code is written in, so it can provide correct IntelliSense and syntax highlighting. By default C# is used.

 

Syntax

<#@ intelliSenseLanguage processor="tangibleT4Editor" language="VB" #>