Why doesn't IntelliJ's chop down on chained method calls with Kotlin?
Answered
If I understand chop down if long correctly, it should have a similar behavior to "Wrap always", if the line is too long. However, it looks like it's the same as "Wrap if long" for Kotlin for some reason. I attached two screenshots, one shows the behavior if you change it to Wrap always and one shows the behavior if you change it to Chop down if long.


Please sign in to leave a comment.
Request is welcome at https://youtrack.jetbrains.com/issues/KT .
Looks like this was already reported: https://youtrack.jetbrains.com/issue/KT-23929