How create code templates of kotlin method(why not)?
Answered
At setting→Editor→File and code templates→code,I can found “javaDoc" class/Constructor/Field/Method,but kotlin not found anything about "kotlin Doc”
Please sign in to leave a comment.
You're right. Kotlin doesn't currently support KDoc templates in File and Code Templates, unlike Java.
There's a feature request: https://youtrack.jetbrains.com/issue/KTIJ-16754/Intention-Add-KDoc-for-method-class for this, though. You can vote on it and follow it for updates.
Best regards,
Daria Smirnova
Kotlin Support