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

Calling find references on a defstruct call finds defined structs #607

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Feb 16, 2024

When you call find references while hovering over defstruct calls, it finds references to the struct that the current module defines. Prior, it would result in no results because we don't index defstruct calls.

Fixes #570

When you call find references while hovering over `defstruct` calls,
it finds references to the struct that the current module
defines. Prior, it would result in no results because we don't index
defstruct calls.

Fixes #570
@scohen scohen force-pushed the defstruct-find-references branch from d99a5df to ea49860 Compare February 16, 2024 22:41
@scohen scohen merged commit a028a54 into main Feb 17, 2024
9 checks passed
@scohen scohen deleted the defstruct-find-references branch February 17, 2024 11:01
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

Successfully merging this pull request may close these issues.

Find references on defstruct should return all references to the defined struct
2 participants