Why i cant open designer from App.xaml in visual studio? [duplicate]

Solution 1:

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. Learn more about XAML Hot Reload in the documentation.

Source.

You may want to check Xamarin.Forms 5.0+ Live Visual Tree also.