We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Jump to matching bracket" (⇧⌘]) goes to the outer side of left bracket and the inner side of right bracket. This breaks further matching.
To reproduce just issue ⇧⌘] on nested brackets starting from the most outer ones, see where the cursor ends up (goes to inner couple each time).
The text was updated successfully, but these errors were encountered:
this code has changed at lot since the last 3 years ;-)
Sorry, something went wrong.
8982434
@bobcho Thank you for reporting this 👍
For verification:
var x = (3 + (5-7))
position cursor in every possible position around brackets. Use jump to bracket, it should not get stuck or start jumping to other bracket pair.
isidorn
No branches or pull requests
"Jump to matching bracket" (⇧⌘]) goes to the outer side of left bracket and the inner side of right bracket. This breaks further matching.
To reproduce just issue ⇧⌘] on nested brackets starting from the most outer ones, see where the cursor ends up (goes to inner couple each time).
The text was updated successfully, but these errors were encountered: