How to search for all Kotlin functions that has an argument of type at the cursor?
Answered
let's say I have
```kt
val foo:Foo =...
fun bar(foo:Foo)...
```
and later, i type:
```kt
foo
```
I would like to find the `bar` function.
Please sign in to leave a comment.
This usually takes longer to receive a reply here but be sure the ticket will be answered.