Skip to content

Feature: Add/Respect option to use trailing comma #8

Open
@WorkingDevel

Description

@WorkingDevel

Kotlin 1.4 supports trailing commas. They can be enabled in Idea's Settings->Editor->Code Style->Kotlin->Other.

It would be great if the plugin would respect the setting and generate trailing comma, so instead:

User(
  name = "",
  phone = "",
  address = ""
)

it would generate

User(
  name = "",
  phone = "",
  address = "",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions