i have a sub-module called `xxx` in the `zzz.ts` file ``` // zzz.ts module xxx { } ``` when i open `yyy.ts` and type `xxx` in there i expect the codefix to offer importing the `xxx` module from the `zzz.ts` but it is not happening
i have a sub-module called
xxxin thezzz.tsfilewhen i open
yyy.tsand typexxxin there i expect the codefix to offer importing thexxxmodule from thezzz.tsbut it is not happening