Auto-delete auto-closed delimiters #1837
Labels
A-helix-term
Area: Helix term improvements
C-enhancement
Category: Improvements
R-duplicate
Duplicated issue: please refer to the linked issue
From an implementation standpoint, the request is as follows: "Whenever a character is deleted, check if it forms an auto-closing delimiter pair with the antecedent character. If so, delete both."
Here's a concrete example: I type
(
. Helix detects that this is the first in an auto-closing delimiter pair, and therefore inserts the corresponding)
directly after my cursor. I hit backspace, which deletes the original(
character, but the automatically inserted)
character remains. This feature request requests that the automatically inserted)
should be deleted.The text was updated successfully, but these errors were encountered: