Stream: ideas

Topic: More built-in docs (and tab completion of module functions)


view this post on Zulip Peter Marreck (Sep 17 2024 at 16:45):

If I'm in roc repl and type Num. and hit Tab, I'd love to see a list of functions in it. Not sure if the repl or the language itself has any introspection-like features to aid in on-the-fly language discovery...

view this post on Zulip Anton (Sep 17 2024 at 17:01):

The language server already supports this functionality, I expect we could re-use that for the repl too


Last updated: Jun 16 2026 at 16:19 UTC