Skip to content

Code action to replace string concatenation with string interpolation #1244

@DougGregor

Description

@DougGregor

Description

We should have a code action that replaces string concatenation, e.g.

"[" + key + ": " + value + "]"

with interpolation:

"[\(key): \(value)]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    code actionCode action provided by LSPenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions