again on indexing
Hi, I'm sure there is something wrong with indexing lately. After the latest updates the indexes are completely rebuilded every time I open a project. I excluded node_modules and bower_components from indexing (this is should be done by DEFAULT), but still it takes minutes for get the job done. My projects definitely aren't that bigger. This is driving me crazy:)
any advices?
Please sign in to leave a comment.
Indexing on project opening is normal - but shouldn't be a complete re-indexing (like the one that happens on caches invalidating). Can you provide your idea.log?
>I excluded node_modules and bower_components from indexing (this is should be done by DEFAULT)
node_modules folder is partially excluded by default, only modules that are specified as direct dependencies in package.json are added to JavaScript libraries for completion.