XML RegionsA Visual Studio extension that adds support for regions in XML files. You can download the extension from the Visual Studio Marketplace or get the latest CI build. See the change log for the latest changes. Features
OutliningTo insert a region simply surround the required lines with the following XML comments.
Named regions are support by providing a name within the XML comment. Providing a name in the closing XML comment is optional.
SnippetA code snippet to quickly insert new regions is provided. LicenseIcon by Michael Irigoyen (@mririgo) Inspired by XAML Regions and JavaScriptRegions |