Effect CommunityEC
Effect Communityβ€’7mo agoβ€’
9 replies
jvliwanag

Auto-import suggestions for Effect-style imports in TypeScript

effect style codebase follow the import convention:

import * as Foo from "./Foo.js";


wondering if anyone has figured out how to auto import / get suggestions to auto import as I type in Foo.
Was this page helpful?