how can I get intellisense in a T4 template?

后端 未结 7 802
我在风中等你
我在风中等你 2020-12-24 05:17

When trying out these tutorials (T4 Tutorial: Creating reusable code generation templates) I noticed that although I was using plain c# I didn\'t get any intellisense, proba

7条回答
  •  旧巷少年郎
    2020-12-24 05:46

    As Scott Hanselman also points out, the intellisense you might be expecting from some of the videos and articles on T4 are not built in to VS2008, you need the T4 Editor from Clarius, but they do have a community edition with some minimalist features to get you started.

提交回复
热议问题