typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

References code lens does not include imports as references

Open mjbvz opened this issue 2 weeks ago • 0 comments

For a project:

// abc.ts
export function abc() { }
// other.ts
import { abc } from "./abc";

The references code lens currently shows 0 references

I can understand why it's doing this but it also feels a bit unexpected. TS 6.0 includes the imports as references

mjbvz avatar Dec 12 '25 20:12 mjbvz