Getting help in IEx console

Other topics

Listing Elixir modules and functions

To get the list of Elixir modules just type

h Elixir.[TAB]

Pressing [TAB] autocompletes modules and functions names. In this case it lists all modules. To find all functions in a module e.g. List use

h List.[TAB]

Contributors

Topic Id: 10780

Example Ids: 32315

This site is not affiliated with any of the contributors.