-
-
Notifications
You must be signed in to change notification settings - Fork 245
Import completion crawls too many files #845
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
Comments
This isn't broken! Our import completion correctly traverses directories which do not contain an
|
We could implement a (user-configurable) skip list which is checked before traversing into directories. We could make it default to |
I still see a lot of directories visited
(this is a script from #943) from all the junk I have in my home directory so I'm thinking about this again. Same ideas as before: since running bpython from my home directory is very common for me and it's the Another IPython reference bug ipython/ipython#8875, they suggest Jedi for this. |
@pyang30 as you mentioned in #806 I'm seeing bpython access a ton of files it shouldn't need to in order to initialize the import completion set. Like for you, it spends most of its time in node_modules folders.
There's something very broken here, we're crawling way too much.
The text was updated successfully, but these errors were encountered: