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
When the cursor is before or after an opening/closing square/curly bracket, paren, or quotation mark, it would be nice if the corresponding closing/opening square/curly bracket, paren, or quotation mark would be highlighted. I get a lot of nested brackets sometimes, and it's a nice visual guide in other editors to have the matched bracket highlighted so I don't lose my place.
Brief description of the issue.
When the cursor is before or after an opening/closing square/curly bracket, paren, or quotation mark, it would be nice if the corresponding closing/opening square/curly bracket, paren, or quotation mark would be highlighted. I get a lot of nested brackets sometimes, and it's a nice visual guide in other editors to have the matched bracket highlighted so I don't lose my place.
How to reproduce the bug?
What is the expected result?
corresponding matching bracket is highlighted
What actually happened?
corresponding matching bracket isn't highlighted
Other information (logs, see Wiki)
Here's the wikipedia article on Brace Matching:
https://en.wikipedia.org/wiki/Brace_matching
The text was updated successfully, but these errors were encountered: