Skip to content

refactor(ide): centralize semantic target resolution#281

Merged
hongjr03 merged 8 commits into
masterfrom
refactor/semantic-target-resolution
Jun 25, 2026
Merged

refactor(ide): centralize semantic target resolution#281
hongjr03 merged 8 commits into
masterfrom
refactor/semantic-target-resolution

Conversation

@hongjr03

Copy link
Copy Markdown
Member

Summary

  • Introduce shared semantic target resolution state for source, preprocessor macro, and include targets.
  • Route hover, navigation, references, highlights, and rename through intent-based projections.
  • Model ambiguous preprocessor source targets as alternatives for hover/navigation while keeping rename, references, and highlights unique-target only.

Validation

  • cargo fmt --check
  • git diff --check
  • cargo check -p ide
  • cargo test -p ide --lib

@github-actions

Copy link
Copy Markdown

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

@hongjr03 hongjr03 marked this pull request as ready for review June 25, 2026 16:49
@hongjr03 hongjr03 merged commit 8285fc6 into master Jun 25, 2026
18 checks passed
@hongjr03 hongjr03 deleted the refactor/semantic-target-resolution branch June 25, 2026 16:49
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