Skip to content
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 instant completion #33

Closed
wants to merge 1 commit into from
Closed

Tab instant completion #33

wants to merge 1 commit into from

Conversation

bogdan
Copy link

@bogdan bogdan commented May 27, 2019

Instantly autocomplete a common part of all suggested completions

Example:

Typing "P" has two variants of completion: "Proxy" and
"Promise", so the console would instantly update to "Pro" as this is a
common part of all suggested completions.

The behavior is similar to Bash or ZSH.

Resolves #32

Example:

Typing "P<Tab>" has two variants of completion: "Proxy" and
"Promise", so the console would instantly update to "Pro" as this is a
common part of all suggested completions.

The behavior is similar to Bash or ZSH.
@devsnek
Copy link
Member

devsnek commented May 20, 2020

Due to readline migration we have this functionality now

@devsnek devsnek closed this May 20, 2020
@bogdan bogdan deleted the tab-instant-completion branch May 21, 2020 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standard autocomplete behavior
2 participants