Add references support for local variables #2642
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
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.
The text was updated successfully, but these errors were encountered: