-
Notifications
You must be signed in to change notification settings - Fork 233
Implement goto definition for send and public send #3882
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
Implement goto definition for send and public send #3882
Conversation
bbe7546 to
b80473a
Compare
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.
Thank you for the PR! This looks good, we just need to fix the type checking errors since arguments is a nilable node. You'll also need a rebase to get CI to run against 4.0.
|
I already fixed those problems @vinistock |
28ef606 to
ec9c083
Compare
Thank you! Unfortunately, there's a styling issue now 😬 |
ec9c083 to
25bab9d
Compare
|
Fixed as well |
Motivation
Closes #3848
Implementation
I used vinistock's comment as a guide while implementing this feature.
Manual Tests
See the issue, I believe it is pretty self-explanatory.