XAML Regions

Free

Provides the ability to create regions in XAML code.

(37) Review
Visual Studio
2012, 2010
Download (12,667)
8/29/2012
0.5
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (37)
Q and A (8)
Sign in to Write a Review
Sort By:

by Damien DeCremer | May 08 2013

Fantastic and provides a collapsible region, as expected. It's a great addition to organize my code much better now.

Improving it to auto-complete the closing section would be a great feature, as well as having open/close tag pair-matching when the cursor is within one or the other.

by Bomber76 | April 17 2013

Great extension. Just what I wanted! Great job.

by Lokarta | April 06 2013

by Mikkel Raicevic-Larsen | March 22 2013

Greate Extension!!! Life savior!

by Xperiandri | March 09 2013

by Peter Martinez | December 30 2012

by KKumar | December 01 2012

Awesome - fantastic for hiding all the commented AppBar styles in StandardStyles.xaml during Win8 programming.

by Emil Tabakov | October 19 2012

Great extension. A real life saver.
Just wrote about it in my blog: http://www.etabakov.com/2012/10/adding-regions-to-your-xml-files-in.html

by Anbazhagan IND | September 15 2012

Thank you

by Jochen Auinger | August 21 2012

Definitely one of the best extensions I have ever seen!!!

by gsanjose | May 16 2012

Great extension! I have been looking for something like this for a while. Truly perfect for those lengthy xaml files.

by Mart Coul | April 10 2012

Awesome! Exactly what I needed!

by javery3rd | March 16 2012

What a great extension! I've always disliked having to dig through xaml files to find the controls I'm looking for. Now, it's so simple to organize my .xaml files for easy maintenance. Thanks Jacob, great job!

by XAML guy | February 11 2012

Awesome! Another must include into VS+1
My xaml is clean again!! :D

by JoePatBaker | January 19 2012

A lifesaver!!! Major kudos and thanks!

by elanguido | January 17 2012

very useful, excellent!!

by Klemens Schwarz | November 07 2011

Perfect to use - I love it!

by dkneller | November 02 2011

I had a need today for XAML regions, I searched Google, and here this was! Thanks, Dude, for taking the time to make this happen.

by noorbakhsh | September 21 2011

Been looking for something like this FOREVER! THANKS!

by Guillermo Capurro | September 21 2011

Amazing! thank you sir!

1 - 20 of 37 Items   
Sign in to Start a Discussion


  • Doesn't works with VS2012 Update 2
    2 Posts | Last Post April 11, 2013
    • Hi, I have updated the Visual Studio with the new update 2.
      
      After this update the extension doesn't works.
      
      Can you provide a solution?
      
      Best regards.
    • Sorry! My previous post was wrong!
      
      Works all fine!
      Thanks!
      
      My solution:
      - I disabled the extension
      - reboot the VS
      - enable the extension
      - reboot VS
      
      after these operations the extension works correctly
  • Advanced option
    1 Posts | Last Post December 14, 2012
    • Hi,
      
      Thank you very much for this extensions, it's very useful !! :)
      I have one question : This is possible to add a button to 'expand/collapse' all of the regions, please ? It would be very useful !!
      
      Best regards.
  • Colour Differnce for <!--Region-->Tag
    1 Posts | Last Post December 06, 2012
    • Thanks for the plug-in.
      Current Region tag appears as a normal comment's green color. If you differentiate with some other color It could be easily understandable.  
  • VS 2012 Support
    2 Posts | Last Post August 29, 2012
    • Jacob - this is an fab extension and i just upgraded to VS 2012 and it doesnt seem to work. Should that be the case?
    • Nope - that should not be the case! I updated it in March to work with 2012, and have been running it with the RTM 2012 for a few weeks now on my system. All work just fine.
      
      That said, it is possible for other plugins to interfere with my plugin. One reviewer said that Visual Studio Commands does this. Try running with your other 3rd-party Extensions disabled and see if that changes anything. If that doesn't work, you may try sending me a test file where the regioning isn't working for you, I might be able to debug it! 
  • Extend to .config files?
    3 Posts | Last Post April 03, 2012
    • Jacob, awesome plugin, thanks for taking the time to create it.  I'd like to make one suggestion if possible: is there any way to extend this to work with config files?  Some of our App.config files get pretty large, and this seems like the perfect solution.  I think this would just be another awesome addition to an already great tool.
      
      Thanks, 
      John
    • That should be very doable. I have to update XAML Regions for VS11 anyway, so I'll try to include this change then.
    • Jacob, thanks so much.  I just finished adding regions to our application's App.config, and it looks great.  I've told all of my team members about your tool, and so far, it's a big hit.  I appreciate the quick turnaround.  Great Job!!
      
      -John
  • using comments
    1 Posts | Last Post June 30, 2011
    • great job with that plugin!
      sometimes i comment some XAML, can you make it work with comments?
      like this:
      <!--region commented
      <Trigger Property="IsExpanded" Value="true">
          <Setter Property="Visibility" TargetName="ExpandSite" Value="Visible"/>
      </Trigger>
      endregion-->
      
      ???
  • Vertical line in the screenshot
    2 Posts | Last Post May 04, 2011
    • Hi,
      
      In the screenshot (http://visualstudiogallery.msdn.microsoft.com/3c534623-bb05-417f-afc0-c9e26bf0e177/image/file/46781/2/screenshot.png), I see vertical lines between opening and ending tags. Is that feature a part of "XMAL Regions" or some other extension? If it's a part of XMAL Regions, how do I enable it?
      
      Thanks
    • Oops - I didn't mean to include that! That's not from my plugin. It's actually created by the DevExpress CodeRush plugin (http://devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/). I meant to disable that before taking screenshots. CodeRush is very nice, especially in Visual Studio 2010. Unfortunately, it's not a free plugin.
  • Express Editions?
    4 Posts | Last Post April 05, 2011
    • I know that some extensions cannot be extended to Express Editions because of EULAs.  However, this update seems harmless to add to Express Editions.  Any possibility of that?
    • I'd like to. It was giving me a compiler warning about Express Editions being incompatible with something I did. At the time, I didn't have a virtual machine set up with Express Editions to test it out, so I disabled Express support. I'll stop being lazy and see if I can get it working with Express ;-) Give me a few days to get that done.
    • I looked into this some more. Turns out that the Express Editions of Visual Studio do not allow MEF (Managed Extensibility Framework) components that extend the editor, only project templates and toolbox controls. Since this extension uses the MEF and falls under the category of things that extend the editor, Visual Studio Express won't allow it to be installed :-(
    • Understood. Thanks for looking into it, and for a good explanation.