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

Wrong go to def target when accessing a field on a proc result #567

Open
thetarnav opened this issue Jan 5, 2025 · 0 comments
Open

Wrong go to def target when accessing a field on a proc result #567

thetarnav opened this issue Jan 5, 2025 · 0 comments

Comments

@thetarnav
Copy link
Contributor

identity :: proc(a: [2]int) -> [2]int {return a}

foo: [2]int

bar := identity(foo).x
           //    ^
           //  Go to def for 'foo' goes to 'identity' on the same line
           //  Go to refs for 'foo' goes to '.x' on the same line
           //  Type info on hover works fine

Removing .x fixes this
Also the same happens for structs too, not just vecs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant