wren-cli icon indicating copy to clipboard operation
wren-cli copied to clipboard

[RFC] Core library autocomplete of static methods

Open joshgoebel opened this issue 4 years ago • 1 comments

Thought: Since the core library is so small... could we just hard-code the list of all static methods so that not only could you auto-complete module names, but you could also auto-complete the methods also well?

joshgoebel avatar Apr 26 '21 08:04 joshgoebel

This can be achieved by using the new attributes https://wren.io/classes.html#attributes and then the REPL could fetch them and show them 👍

clsource avatar Apr 26 '21 18:04 clsource