Feature proposal: Click on return statement to navigate to method invocation
Good day,
I found myself clicking on return statement instead of method name with CMD + Click when I'm trying to see where this method is invoked. And I always forget that it's not supported.
It's especially useful when you're investigating the code structure. For example, I open my `SalesforceService`, locate the function that creates a user:
fun createUser(): User {
...
return user;
}
Instead of CMD + Click on `createUser`. I would love to CMD + Click on `return` in this case.
Most likely, this is a super low-prio idea.
请先登录再写评论。
Thank you! There is a similar feature request for IDEA overall - https://youtrack.jetbrains.com/issue/IDEA-162149. Please, follow it.