bricelam / T4Language

Adds basic language support for .tt files to Visual Studio.
Other
37 stars 3 forks source link

Add some snippets #5

Closed bricelam closed 2 years ago

bricelam commented 2 years ago

I'm not sure how valuable these would be, but they may serve as a steppingstone to full IntelliSense support.

Here are the ones I can think of.

<#@ assembly name="$0" #>
<#@ import namespace="$0" #>
<#@ include file="$0" #>
<#@ parameter name="$0" type="${1:System.String}" #>