Cider in XAML mode by default
How I can turn off designer mode to open files in XAML mode by default?
Thanks.
How I can turn off designer mode to open files in XAML mode by default?
Thanks.
You can make the Xaml editor the default viewer for .xaml files rather than the Cider designer by doing the following:
If you still want to give Cider a shot from time to time, you can right click the Xaml file and go to "Open with..." and select "WPF Designer (Cider)".
-Tim