When I am using a Java class from Kotlin and I wan...
# intellij
p
When I am using a Java class from Kotlin and I want to see documentation for its constructor it is very hard to switch to an overloaded constructor once I am stuck on one. In Java I just position my cursor at the opening brace and do
ctrl+space
to bring up the completion options again where I can press
ctrl + Q
on those that interest me. Has anyone had problems with that in Kotlin?