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
When I am trying to use "Component" class, the editor automatically suggests the import from 'my-lib/internal/component' path.
This may lead to issues, where users inadvertently use private paths, which were not intended by package authors.
P.S. I found a relevant issue #35395, however that was about maintaining some sort of "exclude list" manually, whereas this report is about the editor automatically preferring top-level paths over the internal folders out of the box.
Does this issue occur when all extensions are disabled?: No suggestions at all when extensions are disabled.
The text was updated successfully, but these errors were encountered:
@just-boris can you provide an example repo that demonstrates this problem? Reason I ask is that I’ve seen this functionality work correctly for a long time, so it must be something specific to your packages/settings/??? that's causing the issue.
Steps to Reproduce:
Given the following project structure
When I am trying to use "Component" class, the editor automatically suggests the import from 'my-lib/internal/component' path.
This may lead to issues, where users inadvertently use private paths, which were not intended by package authors.
P.S. I found a relevant issue #35395, however that was about maintaining some sort of "exclude list" manually, whereas this report is about the editor automatically preferring top-level paths over the internal folders out of the box.
Does this issue occur when all extensions are disabled?: No suggestions at all when extensions are disabled.
The text was updated successfully, but these errors were encountered: