GMPrakhar / MAUI-Designer

UI Designer for MAUI Applications
19 stars 2 forks source link

Convert to Visual Studio extension #1

Open MagicAndre1981 opened 1 month ago

MagicAndre1981 commented 1 month ago

Can you please convert it to a Visual studio extension, read the open xaml file and render it inside the IDE?

MagicAndre1981 commented 1 month ago

you could use the Community.VisualStudio.Toolkit to develop the extension easier.

GMPrakhar commented 1 month ago

@MagicAndre1981 : It looks like the Toolkit supports only WPF controls, not sure how we will be able to render MAUI components inside WPF.

MagicAndre1981 commented 1 month ago

ok, I just see that XAML island only works for WinUI2 and not for WinUI3.

I'll leave it open if there are changes in MAUI/WinUI3 that allow this.

MagicAndre1981 commented 1 month ago

one of the MAUI devs played a bit with adding WPF as MAUI platform:

https://github.com/dotnet/maui/issues/12947 https://github.com/PureWeen/maui/tree/wpf_separate_project/src/Controls/samples/Controls.Sample.WPF