Add exclusions and per-symbol suppression - #25
Merged
Conversation
✨ Add resource-scoped file exclusions while preserving references from excluded consumers. - ✨ Suppress individual declarations and confirmed overload groups before reference lookups. - 🐛 Place cache-only Ignore this symbol edits at verified declaration boundaries, including split keywords. - ✅ Cover exclusion settings, suppression and Quick Fix regressions in isolated Extension Host workspaces. - 📚 Document suppression placement and external or dynamic reference limitations.
Perdolique
force-pushed
the
codex/exclusions-symbol-suppression
branch
from
September 2, 2026 11:40
2ab8a88 to
b31c727
Compare
Perdolique
marked this pull request as ready for review
September 2, 2026 11:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tame known zero-reference noise with file exclusions and a native ignore action, while references from excluded files keep doing their job 😎👍
zeroReference.excludewith native workspace-relative globs and normal VS Code setting precedence.// zero-reference-ignore-next-linefor individual symbols and confirmed overload or merged-declaration groups, skipping suppressed reference lookups.Zero Reference: Ignore this symbolQuick Fix, preserving indentation and line endings, recovering split declaration keywords, and rejecting ambiguous expression positions.Related issues
Partially implements #18. Export filtering and configurable symbol kinds remain out of scope, so this PR does not close the issue.