how to cofigure my C# file layout
I am trying to adjust the lay-out of my C# files. I want the public behavior of classes on top. How ever I can’t find a clear explanation of how to this. I have found this https://www.jetbrains.com/help/resharper/File_and_Type_Layout.html link. When I open my configuration page the tool box is empty and I have no notion how get on with it. Where is the complete documentation for this feature? Or how do get the goodies other than this?
Please sign in to leave a comment.
Hello Kees!
Thank you for contacting us.
If I understood correctly the question, you should add a new Entry to Group, call it e.g. Public members and specify access as Public:

Hope it helps.
Thank you.