No. There is one for Xamarin Studio, but it will not work in Visual Studio.
You can create a C # solution "Xamarin.Forms Portable" that will create applications on a C # platform and then replace the common C # PCL with F # PCL for cross-platform development. You just need to Install-Package Xamarin.Formsin F # PCL and it should work. (You can also create and reference F # PCL for platform code if you wish.)
source
share