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.

0
2 comments
I am forwarding this ticket to Kotlin Support Team, as this issue seems to be related to Kotlin-specific functionality
This usually takes longer to receive a reply here but be sure the ticket will be answered.
0
Unfortunately, there is no such functionality. Feel free to file a feature request — https://kotl.in/issue.
0

Please sign in to leave a comment.