Skip to content

feat: add semantic indexes for references and module hierarchy#280

Merged
hongjr03 merged 1 commit into
masterfrom
feat/global-semantic-index
Jun 25, 2026
Merged

feat: add semantic indexes for references and module hierarchy#280
hongjr03 merged 1 commit into
masterfrom
feat/global-semantic-index

Conversation

@hongjr03

@hongjr03 hongjr03 commented Jun 25, 2026

Copy link
Copy Markdown
Member

Summary

  • Move IDE semantic projections out of workspace symbols into a shared semantic index module.
  • Keep references on definition-keyed semantic lookup instead of request-time text scanning.
  • Add source-root module definition indexes plus resolved module instantiation edges, keyed internally by ModuleId, and use them for call hierarchy incoming/outgoing calls.

Validation

  • cargo fmt --all -- --check
  • cargo xtask check-config-artifacts
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace

@github-actions

Copy link
Copy Markdown

Docs preview: https://vide.pascal-lab.net/preview/pr-280/

@hongjr03 hongjr03 force-pushed the feat/global-semantic-index branch from 772a30b to 7178fea Compare June 25, 2026 15:59
@hongjr03 hongjr03 changed the title feat: add semantic index for references feat: add shared semantic index for references and modules Jun 25, 2026
@hongjr03 hongjr03 force-pushed the feat/global-semantic-index branch from 7178fea to b42f17a Compare June 25, 2026 16:43
@hongjr03 hongjr03 changed the title feat: add shared semantic index for references and modules feat: add semantic indexes for references and module hierarchy Jun 25, 2026
@hongjr03 hongjr03 marked this pull request as ready for review June 25, 2026 16:43
@hongjr03 hongjr03 force-pushed the feat/global-semantic-index branch from b42f17a to 36f6126 Compare June 25, 2026 16:54
@hongjr03 hongjr03 merged commit 675e7fb into master Jun 25, 2026
18 checks passed
@hongjr03 hongjr03 deleted the feat/global-semantic-index branch June 25, 2026 16:59
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.

1 participant