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

move to enclosing bracket bug #5900

Closed
1 task done
JosephTLyons opened this issue Jan 24, 2023 · 0 comments · Fixed by #2176
Closed
1 task done

move to enclosing bracket bug #5900

JosephTLyons opened this issue Jan 24, 2023 · 0 comments · Fixed by #2176
Assignees
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc

Comments

@JosephTLyons
Copy link
Contributor

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

function something() {
    //                        v------ put cursor here, then `move to enclosing bracket` multiple times
    for (const s of [1, 2, 3]) {
        console.log(s);
    }
}

Environment

Zed: 0.70.0 (preview)
OS: macOS 13.1.0
Memory: 64 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

@JosephTLyons JosephTLyons added defect [core label] editor Feedback for code editing, formatting, editor iterations, etc labels Jan 24, 2023
@Kethku Kethku self-assigned this Feb 13, 2023
@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants