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

Hide global-scope completions on non-this member access #71

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

KevinEady
Copy link
Contributor

@KevinEady KevinEady commented Nov 13, 2024

Fixes an issue where when requesting completion suggestions for an object access query, all globally-scoped items (functions, constants, ...) were returned. The extension cannot provide completion details for objects, so show no suggestions.

@KevinEady KevinEady merged commit 3aaef0c into master Nov 13, 2024
4 checks passed
@KevinEady KevinEady deleted the fix-object-access-query branch November 13, 2024 21:17
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

Successfully merging this pull request may close these issues.

1 participant