Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImport completion crawls too many files #845
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 |
@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.