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

Improvements to function completion with namespaces #34

Open
albertoventurini opened this issue Dec 26, 2022 · 0 comments
Open

Improvements to function completion with namespaces #34

albertoventurini opened this issue Dec 26, 2022 · 0 comments

Comments

@albertoventurini
Copy link
Owner

Function name completion with namespaces doesn't work well. I suspect namespaces are erroneously parsed as PropertyLookups (to be verified). After a dot, the completion provider starts afresh with a new list of suggestions, which don't account for the namespace part that is already typed.

Without namespaces, function completion works as expected:

Screenshot 2022-12-26 at 06 53 35

When a dot is typed, function completion starts afresh:

Screenshot 2022-12-26 at 06 53 49

Result: a part of the namespace is inserted twice:

Screenshot 2022-12-26 at 06 54 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant