Is it possible to use the Type Layout feature of ReSharper to sort the members that implements an interface in the same order as they were declared in the interface?
No, unfortunately you can't do that directly. But, like Kirill said, you can use the same rules to let them order.
Additionally you can let Resharper group members of an interface into one region by modifying the CodeCleanup profile:
<Group>
<ImplementsInterface Immediate="true" Region="${ImplementsInterface} Members"/>
</Group>
see also: Resharper Doc
After the automatic grouping and sorting you can adjust the result via the Resharper "File Structure".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With