You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems right now if a package doesn't have an entry point, auto import will not suggest exported entity:
Reproducible example: https://github.com/ashlinchak/vscode-autoimport-issue.
In the reproducible example, @company/common and @company/shared have Foo exported type, but only last one has entry point and will be shown in suggestions.
Would be nice to have possibilities to automatically import entities from packages which don't have entry points.