-
Notifications
You must be signed in to change notification settings - Fork 9
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
Instant completions #7
Comments
I personally don't think arbitrary changes to the input buffer on normal keystrokes is intuitive for users. Normal keystrokes (all input except cursor movement, tab, enter, backspace, etc.) should have a predictable behavior. For showing additional helpful data to the input, there is the hints API. The hints API and the completions API can also be used together to provide a smooth experience like in the |
It wouldn't change the input buffer. It would only show the completion list. When the user presses Basic summary:
|
@joachimschmidt557 any thoughts on this? |
Currently, we don't have functionality for displaying all possible completions in a nicely formatted list on-demand (similar to bash on-demand completion of files in the current working directory or executables in I would merge a Pull Request which implements this feature given that
Unfortunately, I currently don't have the time or resources to implement this myself. |
Is it possible to provide completions on every keystroke?
The text was updated successfully, but these errors were encountered: