Replies: 1 comment 5 replies
-
In VS2022 : You can "untoggle" the Split view button and then click on the XAML button. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm wondering if there's any way to disable completely the avalonia designer comming with the visual studio extension (while still having the intellisense completion)? I've never held the old wpf xaml designer in my heart and work perfectly with raw xaml, a habit I have carried with me on avalonia. I may be in the minority but seeing the error on top of the xaml editor for something I don't use because I have not added the special
BuildAvaloniaApp
method (because I'm using a custom initialization to support async run with a splashscreen display) or because some of my views have injected logger or other stuffs just rubs me the wrong way (and I guess it still eat some resources). Having a small option like for wpf designer would be greatly appreciated :)Beta Was this translation helpful? Give feedback.
All reactions