How to search for all Kotlin functions that has an argument of type at the cursor?
已回答
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.
请先登录再写评论。
This usually takes longer to receive a reply here but be sure the ticket will be answered.