title: “Iex Windows - A few notes” date: 2018-11-29T18:32:11-06:00 draft: false
Tab Completion
On Windows this only works in werl. The native command-prompt, nor Powershell will allow tab completion.
What you will need to do is run something like this:
{{<highlight shell>}} iex –werl -S mix {{</highlight>}}
Powershell
https://ppolyzos.com/2017/02/10/running-elixirs-interactive-shell-iex-in-powershell/