resharper naming rules for xaml namespaces Follow
In Resharper 5 when I use a type in XAML that I don not have a nampsace include for yet, it automatically adds the namespace as follows:
xmlns:ViewModel="clr-namespace:MyNameSpace.ViewModel
How can I force it to use abreviations (or at leat camelCase words) like this:
xmlns:vm="clr-namespace:MyNameSpace.ViewModel
Please sign in to leave a comment.
Hello,
At the moment there's no way to force this behavior. You're welcome to add
a feature request through http://youtrack.jetbrains.net/issues/RSRP. Thank
you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"