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

Goto definition goes to module body instead of name #117

Closed
mkaput opened this issue Dec 19, 2024 · 0 comments · Fixed by #186
Closed

Goto definition goes to module body instead of name #117

mkaput opened this issue Dec 19, 2024 · 0 comments · Fixed by #186
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mkaput
Copy link
Member

mkaput commented Dec 19, 2024

Problem

Test

fn main() {
    modu<caret>le::ba<caret>r::foo();
}

mod module {
    // body
}

goes to

mod module <sel>{
    // body
}</sel>

instead of

mod <sel>module</sel> {
    // body
}

Steps

No response

Possible Solution(s)

No response

Notes

No response

Scarb Version


@mkaput mkaput added the bug Something isn't working label Dec 19, 2024
@mkaput mkaput moved this to Triage in CairoLS Dec 19, 2024
@mkaput mkaput added this to CairoLS Dec 19, 2024
@mkaput mkaput moved this from Triage to Backlog in CairoLS Dec 19, 2024
@mkaput mkaput added this to the Goto milestone Jan 13, 2025
@mkaput mkaput moved this from Backlog to Todo in CairoLS Jan 13, 2025
@mkaput mkaput moved this from Todo to Backlog in CairoLS Jan 13, 2025
@mkaput mkaput moved this from Backlog to In Progress in CairoLS Jan 13, 2025
@mkaput mkaput self-assigned this Jan 13, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in CairoLS Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant