The company autocompletion framework used by scel can offer more help in the completion popup miniwindows. Currently it completes top level objects, which works very well

Compare with Elpy for Python, which also uses the eldoc to display arguments in the echo area at the bottom of the screen

Mads has something like this in what looks like vi on his quarantine livecoding stream

The autocompletion could show a oneline description e.g.
SynthDef - Client-side representation of a synth definition
and method completion on dot (e.g. from the SuperCollider IDE)

completion of symbols (from Mads' quarantine livecoding stream)

Company is quite powerful, and together combined with eldoc I believe a pretty well guided interaction with SuperCollider can be achieved for Emacs :)
The company autocompletion framework used by scel can offer more help in the completion popup miniwindows. Currently it completes top level objects, which works very well
Compare with Elpy for Python, which also uses the eldoc to display arguments in the echo area at the bottom of the screen
Mads has something like this in what looks like
vion his quarantine livecoding streamThe autocompletion could show a oneline description e.g.
and method completion on dot (e.g. from the SuperCollider IDE)
completion of symbols (from Mads' quarantine livecoding stream)
Company is quite powerful, and together combined with eldoc I believe a pretty well guided interaction with SuperCollider can be achieved for Emacs :)