Kotlin comment formatting in IntelliJ/Android Studio -
is there way format long kotlin comments in intellij idea/android studio same way java comments when set:
code style > java > javadoc > wrap @ right margin
when turn setting on, after formatting turns this:
/** * very long comment should multi-line.... */
into this:
/** * very long comment * should multi-line... */
i don't see same option kotlin maybe there way achieve this?
there open issue reported, please follow updates.
Comments
Post a Comment