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

Projectorganizer: Option to only index files included in source. #900

Closed
davemcdanel opened this issue Sep 3, 2019 · 1 comment
Closed

Comments

@davemcdanel
Copy link

It would be nice to have an option to only index files listed in the "external directory" that have an #include<...> directive. This would reduce the amount of indexed files to only index files used in context.

@techee
Copy link
Member

techee commented Oct 5, 2019

I'm not sure if this is a good idea - also files without the include directive may contain symbols you might be interested in. It would also require pre-parsing the files for include directives, is specific only to C/C++ so this is probably something I won't implement.

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

No branches or pull requests

3 participants