for example in this case: ```javascript const a = (|12 + 5) * 7; ``` after pressing <kbd>Backspace</kbd>, the matching parenthesis should also be removed: ```javascript const a = |12 + 5 * 7; ``` This can be either an action, or a configurable typing handler action...
for example in this case:
after pressing Backspace, the matching parenthesis should also be removed:
This can be either an action, or a configurable typing handler action...