We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Autocompletion only suggests commands from the completion list.
Commands not present in completion list are suggested.
See: https://jsfiddle.net/a8po3ran/1/ Type base and press TAB. It will be completed to base64code which is not in the list.
base
base64code
Ubuntu 16.04, both Firefox and Chrome.
The text was updated successfully, but these errors were encountered:
Btw this was working fine in 1.5.2. Not sure though at what version exactly it was broken.
Sorry, something went wrong.
fix completion skipping letters #361
7c51823
the afected version was 1.8.0 that fixed one issue with mixed case and case insensitive completion.
The fix will be in 1.11.1
No branches or pull requests
Expected behavior
Autocompletion only suggests commands from the completion list.
Actual behavior
Commands not present in completion list are suggested.
Steps to reproduce
See: https://jsfiddle.net/a8po3ran/1/
Type
base
and press TAB. It will be completed tobase64code
which is not in the list.Browser and OS
Ubuntu 16.04, both Firefox and Chrome.
The text was updated successfully, but these errors were encountered: