Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make auto import to support multi root workspace better #2601

Closed
heejaechang opened this issue Apr 19, 2022 · 0 comments
Closed

make auto import to support multi root workspace better #2601

heejaechang opened this issue Apr 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@heejaechang
Copy link
Contributor

multi root workspace with each root being a package and installed as pip install -e ... is a common user scenario but currently auto-import support is very limited.

  1. each root in multi workspace is not sharing indices (for third party + other roots)
  2. since pip install -e installed package from multi root is treated same as regular third party lib, refresh interval is too slow.
  3. it also creates 2 indices for roots. one as user file indices and the other as third party lib to other roots. other root should just use user file indices that contains all symbols defined.

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant