XAML Styler for Visual Studio Mac
Aug 14, 2017 11:36 · 114 words · 1 minute read
If you have already worked on WPF or Windows Phone projects, you might have used the XAML Styler. Which is a visual studio extension for formatting XAML source code, which helps in maintaining better XAML coding style and better XAML readability.
Even though “Visual Studio for Mac” was available, I kept using Xamarin Studio because XAML Styler extension was not supported in VS for MAC.
Finally, Ben Lacey got a version compatible with VS for Mac. You can download it from here. I have tested it on the latest version of VS and is working fine.
Install it via Visual Studio Community -> Extensions
From Extension Manager select “Install from file..” option
Happy Formatting!!!