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.

0
2 comments
Avatar
Permanently deleted user

Looks like this was already reported: https://youtrack.jetbrains.com/issue/KT-23929

0

Please sign in to leave a comment.