Can Resharper Intellisense be configured to sort alphabetically?
I've recently updated to using VS2013 and Resharper 8.2, (from VS2010 and Resharper 6) and have found a very annoying " feature " in that Resharper's intellisense does not sort a class's members alphabetically. By way of example, I have an object called "client" which has a property called EthnicityRequired , and another property called Ethnicities . Using only native VS2013 intellisense, this is what I get I type client.eth This is what I expect; both properties are listed together. But, Resharper's Intellisense(less) gives me this While the visible members are sorted alphabetically, the