Closed this issue 2 months ago · 1 comments
create a module eg: bar.ts
bar.ts
export function foobar() { console.log("foo"); }
main.ts
// placing the cursor at the end of foobar and hitting ctrl + . it doesn't bring that list of potetial imports function useFoo(){ foobar }
typescript@5.8
tsgo
Duplicate of #1084