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?
https://github.com/elixir-lang/elixir/issues/4103
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: Autocomplete in IEx broken (on Windows) · Issue #4103 · elixir-lang/elixir · GitHub
.
CharlesO
Last Post!
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.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









