Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting an opening pair (brackets etc.) should delete the closing one too #26

Open
bohwaz opened this issue Mar 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bohwaz
Copy link

bohwaz commented Mar 7, 2022

Usually in a code editor, if you hit backspace or delete an opening bracket, parenthesis, etc. just before a closing one, the closing one is deleted as well.

Eg, you type { this will produce:

{|}

(| represents the caret position)

Then at the same caret position you hit backspace, in a classic code editor this will remove both brackets. In Prism Live it just deletes the opening bracket.

@LeaVerou LeaVerou added the enhancement New feature or request label Mar 7, 2022
@LeaVerou
Copy link
Member

LeaVerou commented Mar 7, 2022

Agreed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants