CharlesO
Enabling Iex tab-completion in Windows
How does Iex tab-completion work in Linux?
How can we emulate same or similar in Windows without WERL.exe ?
Where can we start looking?
I doubt if this is a VM related issue.
If linux simply provides modules required for this feature that are missing on windows, then I believe we have a direction for a solution.
Your thoughts?
Most Liked
perrautc
You can get auto completion in windows by passing
–werlwhen opening iex.
iex --werl -S mix
or in powershell
iex.bat --werl -S mix
you can set this as your default option by setting your environment veriable
IEX_WITH_WERL
thiagomajesk
I think that werl is not the best solution for someone working on the terminal since it disrupts the experience by opening a new window - also it’s ugly as hell
.
@CharlesO I’ve tested some solutions on Windows without much success. I’ve posted more details on my findings in the existing issue: https://github.com/elixir-lang/elixir/issues/4103
.
CharlesO
same here. I just manage Cmder/ ConEmu and live without auto-completion
Fl4m3Ph03n1x
Coming to this after several years, I just wanted to point out there is currently a chance at getting funding to implement this functionality (if someone is interested). You can find out more about it here:
DeeHants
For the record, it was fixed (see the issue above in erlang OTP 26.
You can grab Erlang OTP 26 RC1 here: Release OTP 26.0-rc1 · erlang/otp · GitHub
This may be the default once that’s released.







