-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Problems searching large codebase #8188
Comments
node deps
|
Bower deps
|
More info: @chrismatheson said that excluding node and bower modules solved the problem, so he provided list so maybe we can isolate problem. Another piece of info -- event the file count in exclusion dialog never completes. |
This looks like a duplicate of #6962, but that should only occur when there are > 30,000 files + folders in the project. @chrismatheson are you sure there are only 15k files in your project, if you include all your |
i removed a few extensions and seem to have search back now (all be it a little slow) is there a chance a third party plugin was increasing the overhead of searching and causing problems? id love to give a list of the plugins i removed but i had quite a few and went on a bit of rampage so ive forgoten 😦 sorry |
@peterflynn to answer your question, there are definitely symlinks in my project to other libs (npm link) & (bower link) and also there is a .vagrant .git which im not sure if they have large tree's below them. as @redmunds mentioned, after removing node_modules and bower_modules completely from the project the search returned. i then re-installed node_modules and search worked, then installed bower_components also and it failed, same visa- versa. so this could be just a case of a "hidden" file count that is 30k+ recap for clarity
|
Hmm, it sure sounds like a dupe of #6962 then, except for the part about uninstalling extensions helping. But was that a red herring? From the part where you say "then installed bower_components also and it failed", it sounds like the problem came back even after you'd uninstalled some of your extensions... |
I have what i imagine to be a reasonably large & complex project.
i can't use searching or quick open in my project, however this is a reasonably new development.
i can open each sub directory in turn as its own project and finding seems to be working fine in isolation.
ill try and dump as much info as possible now so thanks for reading & please let me know if i can do anything else to help
aprox 15k files in my project
Build 40, OSX 10.9
The text was updated successfully, but these errors were encountered: