-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Open
Labels
Domain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Experimentation NeededSomeone needs to try this out to see what happensSomeone needs to try this out to see what happensIn DiscussionNot yet reached consensusNot yet reached consensusRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestoneSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
Spoke with @amcasey about this one.
Given the following
blah.yadda.yadda
blah
will be an unresolved and should be an error, but we still want find-all-references on this symbol to work reasonably well. This is especially important in the mode described in #37713, where TypeScript won't have access to symbols in the global scope.
This can potentially be achieved by creating an "error scope" whose symbol table contents are progressively populated every time resolution fails.
Metadata
Metadata
Assignees
Labels
Domain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Experimentation NeededSomeone needs to try this out to see what happensSomeone needs to try this out to see what happensIn DiscussionNot yet reached consensusNot yet reached consensusRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestoneSuggestionAn idea for TypeScriptAn idea for TypeScript