We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// @filename: yadda.ts export interface Yadda { } // @filename: badda.ts import type /**/
Request completions at /**/
/**/
Expected
Yadda is a completion item.
Yadda
Actual
Yadda is not a completion item.