5 ms·
A simple vscode addon that puts functions in alphabetical order, if they can be.
by TonyBagODonuts 5y ago
A simple vscode addon that puts functions in alphabetical order, if they can be.
- mdaniel 5y agoIJ 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
- paulddraper 5y agoOoooh...