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

Add references support for local variables #2642

Open
vinistock opened this issue Oct 1, 2024 · 0 comments
Open

Add references support for local variables #2642

vinistock opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale rubyconf-hackday server This pull request should be included in the server gem's release notes

Comments

@vinistock
Copy link
Member

Build on top of #2632 to add support for finding local variable references. Note that in order to implement this, the reference finder must now keep track of lexical scopes so that we appropriately identify local variables and their occurrences.

@vinistock vinistock added enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale server This pull request should be included in the server gem's release notes labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale rubyconf-hackday server This pull request should be included in the server gem's release notes
Projects
None yet
Development

No branches or pull requests

2 participants