Any shortcuts to automatically wrap parameters lin...
# intellij
d
Any shortcuts to automatically wrap parameters line by line?
Copy code
class DealListItem(
    val id: Long,
    val buyerId: Long, val sellerId: Long?, val status: DealStatus, val created: Date?) {
}