-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab completion on remote console #4
Comments
and here is the Elixir implementation. It should be easy to take this exact code for the remote console, then it's just a matter of capturing the |
Going this route will mean we'll need to get more specific in how we handle IO in the channel because we currently ignore all But, I'm pretty sure we can set this before reassigning group leader. In fact, I'm also fairly sure this is already set for us by using Also, I believe another issue to overcome here is that using |
Also adding a note to consider IEx history (responding to up/down keys from web) here as well since that is likely very related. If it ends up being a different path, we can split out the issue |
Tab completion works on the new console!! |
IO servers can have their own tab expansion handlers:
We can use this to tunnel tab completion for the remote console
The text was updated successfully, but these errors were encountered: