I used to use Xamarin in a split view mode to see the hot reload pane while making changes in the XML code. Now I can't see the tab for "split" view, instead there is "Blame", "History" and "Merge".
How can I show hot reload in split pane?
I used to use Xamarin in a split view mode to see the hot reload pane while making changes in the XML code. Now I can't see the tab for "split" view, instead there is "Blame", "History" and "Merge".
How can I show hot reload in split pane?
Hi, Koriesh-1242. Do you use the lastest version of VS? The XAML Previewer has been deprecated in Visual Studio 2019 version 16.8 and Visual Studio for Mac version 8.8, and replaced by the XAML Hot Reload feature in Visual Studio 2019 version 16.9 and Visual Studio for Mac version 8.9. The split view mode is disabled now, try using XAML Hot Reload instead to rebuild and deploy your apps for the UI changes.
Check the docs:
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer/?pivots=windows
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/hot-reload
3 people are following this question.