Do you think its possible to use Razor Generator within MonoDevelop / Xamarin Studio? As far as I know they support extensions and custom tools. It would be a great additional value. My solution (from Visual Studio) with Razor Generator works great on Mono, but I can't update the views
Comments: Have you tried using the [MsBuild task](http://www.nuget.org/packages/RazorGenerator.MsBuild/2.3.0) to generate your views? If Xamarin studio uses XBuild to do things - it should mostly work. We'd be open to accepting PRs if it needs to be tweaked to be made to work.
Comments: Have you tried using the [MsBuild task](http://www.nuget.org/packages/RazorGenerator.MsBuild/2.3.0) to generate your views? If Xamarin studio uses XBuild to do things - it should mostly work. We'd be open to accepting PRs if it needs to be tweaked to be made to work.