Reputation: 3802
Is it possible in Visual Studio 2008, either with or without Resharper, to re-order methods in a class file to match the order of methods in an associated interface file? What about the opposite (re-ordering the interface to match the implementing class)?
Upvotes: 1
Views: 651
Reputation: 4583
Not directly related to your question, but I use the Resharper window "File Structure" to organize the cs-file of the class. In it, you can drag members up and down and encapsulate them in regions.
Upvotes: 3