Closed
Description
So essentially an 'auto import' feature for classes within modules/namespaces that are accessible in the current context.
This would be a massive time saver. I realize there are multiple ways to do import
's now, but the type of import could be inferred from the module
type in tsconfig.
Cheers