If I have some XAML code that uses a DataContext
Resharper picks up that there are issues when binding to properties that don't exist in that class and as part of the menu, you can select to "Create Property ".
Resharper then create a property in the class and asks for the property type to be specified.
Once you provide the type, you can tab or press return and the member is created, however you are left with a NotImplementedException
and it does not give the option to change the property to an auto property. Is it possible to make Resharper create at least an auto property when doing this?