I got more than 13000 lines of codes which are divided in more than 30 regions in my C#
application.
Is there a way to sort the regions by their names so that I could easily find the codes I want?
Update
In my defense: It's my winform
class which contains many controls and many user controls, which each one does something big which are depended to other controls. and there are many other codes in other classes which I managed to make some classes for them.