If you haven’t heard already, the Silverlight Tools for VS2010 have been released, as mentioned by fellow ElegantCoder Bill Moore.  In this release there have been some great improvements to the Visual Studio designer that work for both Silverlight and WPF.  Lets check them out.

Go To Value Definition

Have you ever had a control that had a style assigned to it, but had no idea where to find that style?  It could be nested down in some obscure folder path in a ResourceDictionary somewhere.  You would have to do the good-old “ctrl + F” and do a search for it.  Well, no longer.  You can now go to the style value definition just by using the property inspector.

go_to_value_definition

And when you click that magic button, it takes you straight to its definition.

go_to_value_definition_results

Style Intellisense

A big pain for writing styles is that you have to hope you are setting the correct properties, and not fat-fingering them (misspelling).  Well, never fear, Style intellisense is here.  Never guess which property to use in the setter again.

style_intellisense

Grid manipulation with a simple right-click

The source of my biggest headaches comes from the Grid.  Yes the Grid.  Because it can be a real pain to change once you have it created.  Lets say that I have laid out my nice beautiful form, and all of a sudden realize I put a row in the wrong order.  Well, I have to go into my XAML and update all my Grid attached properties for all the controls affected.

Not anymore!  With a simple right-click I can now move, insert, and delete rows and columns from my grid.  I just have to select any control in the row/column I want to manipulate, right-click it, then make my selection.  In this case I chose to move an entire row down one level.

grid_row_move_before

As you can see, not just the control I selected moves, but the entire row moves with it.

grid_row_move_after

As you can see, the Silverlight Tools for VS2010 aren’t just for Silverlight developers.  Even WPF peeps get a little love. 

Check out this video which shows theses features in action.

Brian Lagunas

View all posts

Follow Me

Follow me on Twitter, subscribe to my YouTube channel, and watch me stream live on Twitch.