Hacker News new | ask | show | jobs
by TonyBagODonuts 1799 days ago
A simple vscode addon that puts functions in alphabetical order, if they can be.
2 comments

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

Ooooh...