Skip to content

Allow using just $ #86

Description

@Dimava

Compared to literal $ in strings I use ${} much, much more
And I definetly never want to remove on the content when typing $ over a selection

I would like the extension to autocomplete {} brackets for me when I write just $

s = `abcd|efg${123}h`
// type `$`
s = `abcd${|}efg${123}h`

// extended: also convert to template string
s = "abcd|efgh"
// type `$`
s = `abcd${|}efgh`

// selection: surround on $
s = "abc|def|gh"
// type `$`
s = `abc${|def|}gh`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions