Open
Description
The main goal is to deemphasize deprecated methods and universal methods.
We attempted this for 2.13.3 but were blocked by JLine bugs (or so it seemed to me, I don't think I was just doing it wrong?). The situation may be improved in recent JLine releases, see e.g. jline/jline3#613 (comment). some old WIP on this https://github.com/SethTisue/scala/commits/jline3-group-based
We might also want to separate extension methods from built-in methods?
A stretch goal could be to use the Scaladoc groupings (idea from @martijnhoekstra)