When I press Ctrl+/ to comment out Kotlin code, th...
# intellij
d
When I press Ctrl+/ to comment out Kotlin code, the
//
are placed at the start of the line instead of the start of the statements. How do I change that? I've googled and searched through settings but I can't find anything.
h
Code Style preferences under Code Generation, uncheck Line comment at first column
d
So much better! Thank you!