I have checked that this feature is not already implemented
Use case
I have a project with multiple usage of object.send(:method_name) pattern. Would be nice to be able to go to :method_name method implementation in one click using Go-to-Definition functionality
I know object.send(:method_name) is not the best practice, but it's partially for reason, partially a tech-debt
Description
Got to :method_name method implementation my F12 or mouse click on :method_name in object.send(:method_name) or object.send :method_name code
Implementation
No response