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

Account for Scoping in Code Completion #292

Open
simerplaha opened this issue Sep 16, 2024 · 1 comment · Fixed by #309
Open

Account for Scoping in Code Completion #292

simerplaha opened this issue Sep 16, 2024 · 1 comment · Fixed by #309

Comments

@simerplaha
Copy link
Member

simerplaha commented Sep 16, 2024

Node version 3.6.3 supports scopes for definitions with duplicate names. Previous versions defined scopes only at function level, which is currently how go-to definitions behaves and how code-completions are suggested.

@simerplaha simerplaha changed the title Account for scoping Account for Scoping Sep 16, 2024
@simerplaha simerplaha self-assigned this Oct 2, 2024
@simerplaha simerplaha mentioned this issue Oct 9, 2024
@simerplaha
Copy link
Member Author

Reopened because code-completion should also manage scoping.

@simerplaha simerplaha reopened this Oct 9, 2024
@simerplaha simerplaha removed their assignment Oct 10, 2024
@simerplaha simerplaha changed the title Account for Scoping Account for Scoping in Code Completion Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant