Can you implement SUB/FUNCTION sorting? This would be quite handy for lengthy source.
Just as a FWIW, I much prefer the subs to be sorted in the order I decide, rather than forced to be alphabetically sorted as MS QuickBasic does. So, IMO, any sorting should be optional, please?
I prefer to arrange the subs in a logical order, for example, in the order in which they are called. Such as, setup, intro, inputs, and so forth. To me, the ability to arrange subs in a logical order was a big "feature" of QB64. Thanks.