top | item 27809503

(no title)

TonyBagODonuts | 4 years ago

A simple vscode addon that puts functions in alphabetical order, if they can be.

discuss

order

mdaniel|4 years ago

IJ supports topological sorting which I think is much better, especially if combined with sane visibility ordering such that the most important are at the top

As as asterisk to the alphabetical order suggestion, for Java (and maybe others) it would separate the get, is, and set method pairs from one another, making read only properties harder to spot