StyleCop mandates a particular sort order for the contents of C# files. For example, fields should be declared before methods and public declarations should come before private ones.
It would be useful to have a Visual Studio extension to move these things into that order automatically.
Does a good extension exist for this (I’ve found CodeSorter, but the feedback suggests it’s very buggy)? Or are there any extensions or shortcuts that make it less painful to reorder this content manually?
You can try with Regionerate :