File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,4 +8,34 @@ The latest version is available on the [Visual Studio Marketplace](https://marke
88Screenshot
99----------
1010
11- ![ Text Template with syntax highlighting] ( .github/Screenshot.png )
11+ ![ Text Template with syntax highlighting] ( .github/Screenshot.png )
12+
13+ Snippets
14+ --------
15+
16+ The following code snippets are available.
17+
18+ Shortcut | Code
19+ --------- | -----------
20+ assembly | ` <#@ assembly name="" #> `
21+ import | ` <#@ import namespace="" #> `
22+ include | ` <#@ include file="" #> `
23+ parameter | ` <#@ parameter name="MyParameter" type="System.String" #> `
24+
25+ Options
26+ -------
27+
28+ You can customize the colors under ** Tools > Options > Environment > Fonts and Colors** .
29+
30+ Display item | Default
31+ ----------------- | -------
32+ T4 Argument | Red
33+ T4 Argument Value | Blue
34+ T4 Delimiter | Yellow (background)
35+ T4 Directive | Maroon
36+ T4 Operator (=) | Blue
37+
38+ See also
39+ --------
40+
41+ [ Code Generation using T4 Text Templates] ( https://docs.microsoft.com/visualstudio/modeling/design-time-code-generation-by-using-t4-text-templates )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" 97edd510-988c-473f-9858-ddd5223eab1d" Version =" 1.0 .0" Language =" en-US" Publisher =" Brice Lambson" />
4+ <Identity Id =" 97edd510-988c-473f-9858-ddd5223eab1d" Version =" 1.1 .0" Language =" en-US" Publisher =" Brice Lambson" />
55 <DisplayName >T4 Language</DisplayName >
66 <Description xml : space =" preserve" >Basic language support for .tt files</Description >
77 <MoreInfo >https://github.com/bricelam/T4Language</MoreInfo >
You can’t perform that action at this time.
0 commit comments