Actionable icon indicating copy to clipboard operation
Actionable copied to clipboard

remove matching `)/]/}` when deleting `(/[/{`

Open MohammadMD1383 opened this issue 2 years ago • 2 comments

for example in this case:

const a = (|12 + 5) * 7;

after pressing Backspace, the matching parenthesis should also be removed:

const a = |12 + 5 * 7;

This can be either an action, or a configurable typing handler action...

MohammadMD1383 avatar Aug 06 '23 07:08 MohammadMD1383

also matching " and ' and `

MohammadMD1383 avatar Aug 12 '23 08:08 MohammadMD1383

the action could be activated when one of a pair is under selection:

(): selection | : caret

const some = (")|text"

MohammadMD1383 avatar Aug 12 '23 08:08 MohammadMD1383