Skip to content
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

Remove excluded dirs from scan extra dir list #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove excluded dirs from scan extra dir list #53

wants to merge 1 commit into from

Conversation

makao
Copy link

@makao makao commented Mar 30, 2017

In large projects like for example Magento where there is a lot of cache and many media files this plugin doesn't work. All the time I receive:
Timeout while resolving completions!

This PR fixes codeintel_scan_exclude_dir setting and make this plugin work in large projects. See #49.

I'm not Python expert so it only checks first level folders. For example if your project structure looks like this

ProjectFolder
- app
- src
- var
- web

And your exclude setting looks like this
"codeintel_scan_exclude_dir": ["node_modules", "var", "web", "media"]
It will exclude var and web folder.

It also supports multiple project folders (Project -> Add Folder to Project).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant