otter
otter copied to clipboard
[Bug]: Automatic import of `@o3r/schematics` with tsserver (on VsCode)
Package name
schematics
Package version
10.0.0
Reproduction steps
VsCode is automatically importing the dependencies selected in the intellisense suggestion.
This feature is not working for the import of @o3r/schematics
expose items.
For example:
export const myVar = createSchematicWithMetricsIfInstalled(() => {});
Current result
Does suggest createSchematicWithMetricsIfInstalled
from @o3r/schematics
but does not generate the import statement
Expected result
import { createSchematicWithMetricsIfInstalled } from '@o3r/schematics';
Additional comments
No response
It seems that we have the similar issue on @ama-sdk/core