The only thing that we need to know to bound a GAT recipe to a Visual Studio element is the command bar and id for that element.
This is the related information for the text editor window:
<CommandBar Guid="d309f791-903f-11d0-9efc-00a0c911004f" ID="1037"/>
With this, we can execute a recipe from the Text Editor Window. Really cool...
Pablo
Gaston Milano developed an addin fron Visual Studio 2005, to support intellisense and syntax coloring for T4 Templates.
It works really great.
Pablo
If you installed WinFx Feb CTP, you already noticed that there is no intellisense support on the configuration files. I already reported the bug at product feedback, but meanwhile Juval from Idesign updated the xml for the intellisense support. Steps: Download the xsd file from here. Copy the file to C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas\. (Backup existing schema) ......
We updated the guidance package.
Change Log:
Feature added:
* The grid is prefilled with all the configuration files found on the projects contained on the solution.
Please download it from the Downloads section under http://practices.gotdotnet.com/projects/sopatterns
Pablo