I used the Xamarin Forms Previewer to develop Xamarin Forms views (pages, controls). But unfortunately Microsoft removed the Xamarin Forms Previewer since update to Visual Studio version 16.9.
So what to use instead? The Xamarin Live Player also not available anymore. Of course I can start my app on my device and use the Hot Reload feature to see my Control in action, but that is not the quick way, because every time I have to navigate to the page and get the state I want to see performing my control.
I just want to get following:
d:...
(e.g. d:IsVisible="True"
).Do I really have to create an additional project with a simple activity only bootstrapping my current page to edit?
There is no announcement for Xamarin Previewer which would be implemented again recently.At this time you just could use Live Visual Tree
,refer to https://stackoverflow.com/a/66650853/10768653
or rolls back the Visual Studio version.