I was aware for some time now that R# offers some support for editing XAML but I didn’t know the following features until recently.When you create a StaticResource in XAML, R# is able to help you by generating some code for you. The famous R# “bubble” shows up offering various options to create the resource:
Then the resource is automatically created for you:
Note that it works with converter too:
R# 5.0 has been released a couple of weeks ago. Go ahead and grab your copy !