Closed
Description
TypeScript Version: 3.6.2
Search Terms: declarationMap
Code
Finding references here:
Expected behavior:
Should find the reference in Terminal.ts because declarationMap
is true
. Here is find all references from the declaration file which is what I expect when using it on the implementation:
Actual behavior:
It doesn't find outside of the common
project:
This is one of the issues that must be fixed before I would recommend adopting project references inside VS Code.