Go to definition includes results from other entity spaces #1932
Labels
Bug
A bug in TypeScript
Domain: Symbol Navigation
Relates to go-to-definition, find-all-references, highlighting/occurrences.
Help Wanted
You can do this
Milestone
Go to definition on
Symbol
.Expected: Only the var in lib.es6.d.ts is found.
Actual: Both the var and the interface are found
This is bad because Visual Studio only goes to the definition if there exactly one definition. By saying there are two definitions, VS does not navigate accordingly.
The text was updated successfully, but these errors were encountered: