feature request for substring matching in autocompleters #934
JeffMelton
started this conversation in
Ideas
Replies: 2 comments 3 replies
|
This has been pushed to |
2 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Following on from the discussion in #932, I'll log this as a feature request so it may be easier for you to track. I'd like to be able to type:
program_or_function_name 1234<tab>and get back all completions matching the1234substring, e.g.,us01234-prod,gb12345-dev, etc.All reactions