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

Jump to matching bracket issue #183

Closed
bobcho opened this issue Nov 19, 2015 · 3 comments
Closed

Jump to matching bracket issue #183

bobcho opened this issue Nov 19, 2015 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@bobcho
Copy link

bobcho commented Nov 19, 2015

"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).

@jrieken jrieken added the bug Issue identified by VS Code Team member as probable bug label Nov 24, 2015
@jrieken jrieken modified the milestone: Dec 2015 Dec 2, 2015
@jrieken jrieken assigned alexdima and unassigned jrieken Dec 4, 2015
@jrieken
Copy link
Member

jrieken commented Dec 4, 2015

this code has changed at lot since the last 3 years ;-)

@alexdima
Copy link
Member

alexdima commented Dec 9, 2015

@bobcho Thank you for reporting this 👍

@alexdima alexdima added this to the Dec 2015 milestone Dec 16, 2015
@alexdima
Copy link
Member

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.

@alexdima alexdima assigned isidorn and unassigned alexdima Dec 16, 2015
@isidorn isidorn added the verified Verification succeeded label Dec 16, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants