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?
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?
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.