Adds a few (simple) templates for Xamarin.Forms projects (crossplatform mobile development).
This extension just provides sample files that would show up when you right-click Add > New Items..
Description:
Adds a few (simple) file templates for Xamarin.Forms projects (cross-platform mobile development).
This extension just provides sample files that would show up when you right-click Add > New Items..
The following items are currently supported:
Xaml Resource
This is just a normal xaml resource file that can be imported as part of MergedDictionaries
UserControl
Xaml and cs file representing a usercontrol* based on ContentView
Notes:
The files will appear under Xamarin.Forms category
Xamarin.Forms does not really have a UserControl* class, but a ContentView can be used as a replacement
More templates and samples will be added in later updates of this extension