The idea came from Python, where you can see a function’s or class’ docstring in the REPL. You can also see all the members exported by a module among others. I found this very useful and wished it was available for other languages, so I created this web app.
Currently, it only supports a few of the main Elm packages. However, if enough people find the idea useful, I’m planning on expanding it to all Elm packages and to other languages and frameworks.
Sounds interesting!
Not sure how to use it though. What am I supposed to type at the command line? I tried some module and function names, just got errors.
I hadn’t seen it, no. From what I can tell, the only advantage of my app would be that you don’t have to install anything. Of course, the disadvantage is that you need an internet connection to use it. Also, it would become more useful once it supported more languages.