Skip to content

Option to add spaces around placeholders inside template strings #290

Open
@Auxx

Description

@Auxx

Template strings inside backticks can contain placeholders. It should be possible to add or remove spaces around these placeholders. For example:

`Hello, ${ username }`
// or
`Hello, ${username}`

Right now spaces around are always removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    configurationConfigurable formatting behaviour.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions