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

autosuggest/tab completion should support lookahead word matching #17

Open
andydotxyz opened this issue Dec 23, 2017 · 0 comments
Open

Comments

@andydotxyz
Copy link
Collaborator

Currently efl_gfx_size_hint_min_set is only matched if you completely type the efl_gfx_size_hint etc prefix.
It would be great if you could match on egshmins or similar.

I.e. instead of matching each character 1 to 1 we should match the first character and then for each succeeding character see if it matches the next character or the next one that immediately follows an underscore or dash (or is upper cased after a lower case letter).

This would also mean that eb could match Eina_Bool and ef for EINA_FALSE.

This should absolutely be demonstrated by some unit tests :)

@andydotxyz andydotxyz changed the title autosuggest/tab completion should support camelcase style matching autosuggest/tab completion should support lookahead word matching Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant