Tab Completion in IEx
IEx has tab completion of library functions, just like IRB. To see all the built-in Stream functions, just type Stream.
and hit TAB
, and you'll get output like this:
This is a nice feature when you're experimenting in the REPL.
h/t Micah Cooper
Tweet