How to autocomplete variable name based on type in...
# intellij
z
How to autocomplete variable name based on type in Kotlin? In Java, I can type
Conf
, IntelliJ offers "ConfigurationService", enter, space, CTRL+SPACE, Intellij offers configurationService and I get
ConfigurationService configurationService
in just a couple of keystrokes. In Kotlin, I must type complete variable name and then couple of letters of type. Is there any way to make it quicker?