newdayrising
newdayrising

Reputation: 3802

Re-order methods in a class file to match the associated interface file

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

Answers (1)

Tormod
Tormod

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

Related Questions