Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
587 stars 36 forks source link

Show function argument list #86

Open elect86 opened 2 years ago

elect86 commented 2 years ago

It'd be nice if some specific combination (such as ctrl+p on Idea) will show the requested parameter for a method

...partition(          // cursor is at the first parenthesis, ctrl+p
             vararg partitions: String

colours may help to identify which argument the method expects next, like bold on Idea