I understand MonoDevelop supports MVC and uses an implementation of T4 to generate code.
Is there a way to utilize T4 with my own templates?
I am using MonoDevelop 2.2 Alpha (MonoTouch preview builds) on OSX Snow Leopard. Mono 2.4.2.3 is also installed (which is required for the MonoTouch preview builds).
I have created a very simple .tt file as a test but nothing occurs during the build process, nor are there tool options upon right-click.