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

tab completion not working for overlapping call and get syntax #262

Open
nofun97 opened this issue May 14, 2020 · 0 comments
Open

tab completion not working for overlapping call and get syntax #262

nofun97 opened this issue May 14, 2020 · 0 comments
Labels
bug P2 Low priority issue

Comments

@nofun97
Copy link
Contributor

nofun97 commented May 14, 2020

PR #261 adds prefix-filtered predictions

It has regexes that are designed to extract unconsumed input, however, these regexes do not handle all cases. The cases are overlapping syntaxes between a call and a get operation. For example:

x(abc)."(bca<tab>

It is expected to trim ."(bca and evaluate x(abc) but the it instead trims (bca

References

@nofun97 nofun97 added enhancement bug P2 Low priority issue and removed enhancement labels May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant