views:

22

answers:

1

Hello everybody.

I know that for clarity in codes, I have to write first fields then constructor and then methods etc. But how can i automate it in Visual Studio?

+1  A: 

Visual Studio has no feature that allows re-ordering already written code. That's the domain of add-ons. Resharper has a "Reordering type members" feature but that's only supported for C#, not for VB.NET code. NArrange seems to be able to do this. No idea, never used it myself.

Hans Passant
NArrange looks it does what i want but not so user friendly.
Freshblood