2

I have been able to successfully configure my c# File Layout to sort members the way I want them to with the exception of members inside of existing regions.

Is it possible to make this configuration? I think this question: How to group properties of a specific type in a region with ReSharper? is almost the same question and it appears that it wasn't possible then (for an older version of Resharper).

Can it be done in Resharper 2016? And if so, how?

enter image description here

Jay Cummins
  • 1,039
  • 2
  • 14
  • 31

1 Answers1

0

When you drag a region from the toolbox on the right, you will be able to drop members into it.

And within those regions, the member order will be preserved as you set it.

If you want more granular sorting then you might either have to create more member types (fields, private fields, static fields, readonly static private fields etc), or use the ordering in the MISC tool box...

Bartosz
  • 4,406
  • 7
  • 41
  • 80