When I type `/**`+Enter inside a Java class/interf...
# intellij
h
When I type `/**`+Enter inside a Java class/interface, IntelliJ creates a Javadoc block with all parameters, return value and exceptions. In a Kotlin interface, this doesn't happen. Am I doing something wrong or is the feature just missing?