Actionable
Actionable copied to clipboard
remove matching `)/]/}` when deleting `(/[/{`
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...
also matching " and ' and `
the action could be activated when one of a pair is under selection:
(): selection
| : caret
const some = (")|text"