Skip to content

Feature request: Pair spaces if between brackets #70

@greduan

Description

@greduan

@kana The auto-pairs plugin of the same sort as this one offers the following functionality:

Insert spaces before closing characters, only for [], (), {}

input: {|} (press <SPACE> at |)
output: { | }

input: {|} (press <SPACE>foo} at |)
output: { foo }|

input: '|' (press <SPACE> at |)
output: ' |'

From what I could observe this plugin does not have this functionality. Would be nice to have it, although this is more of an edge case and something you don't have to worry about if it's too much trouble. :)

Thank you! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions