-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass selected autocomplete option through the completer
When using 'enter' to select an autocomplete suggestion, use the autocompleter get_completion method to get the completed text before accepting it instead of accepting just the suggestion. This allows the completer to offer partial suggestions instead of having to offer the full input each time.
- Loading branch information
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters