@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! :)
@kana The auto-pairs plugin of the same sort as this one offers the following functionality:
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! :)