You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: