Skip to content

The create method quick fix should insert a multi-line closure #4259

Open
@devoncarew

Description

@devoncarew

The create method quick fix should insert a multi-line closure. It currently inserts something like:

(...) { ^ }

Where ^ is the cursor position after the insertion. We may instead want to do something like:

(...) {
  ^
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions