-
Notifications
You must be signed in to change notification settings - Fork 170
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 method support to References request #2650
Conversation
21f56af
to
377e988
Compare
97055d7
to
26fe65e
Compare
@vinistock should we also try cover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test this with irb and it works well 👍 Just left some small suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. We can get rename working after this
We should definitely do it, but you can do that in a subsequent PR. |
This allows the use of Find All References for methods.
As discussed in #2640, we cannot have full confidence in the matches due the lack of a type system.
Note: In VS Code, Rename Symbol will show as available for methods, but isn't yet implemented.
Co-authored with @vinistock
Closes #2640