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

Implemented find references for module attributes #558

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Jan 17, 2024

We now index references and usages of module attributes. Saving the module name with the attribute limits its scope to the contained module, which greatly simplifies indexing and search.

Fixes #472

We now index references and usages of module attributes. Saving the
module name with the attribute limits its scope to the contained
module, which greatly simplifies indexing and search.

Fixes #472
@scohen scohen force-pushed the module-attributes branch from 19b460d to 2003e20 Compare January 18, 2024 18:34
@scohen scohen merged commit 4fc390f into main Jan 18, 2024
9 checks passed
@scohen scohen deleted the module-attributes branch January 18, 2024 19:21
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.

Indexing: Module attributes
2 participants