You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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. :)