Organizing Source Code

time to read 1 min | 61 words

Anyone knows of a tool which will organize my code for me? I'm not talking about code beautifiers (at least in the general sense), ReSharper does more than good enough work there, I'm talking about grouping all variables at one location, and then properties, c'tors, methods, private methods, etc.

Does such a tool exist?