wren-lang / wren-cli

A command line tool for the Wren programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RFC] Core library autocomplete of static methods

joshgoebel opened this issue · 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?

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 👍