CLion - context indexing
Answered
Hi,
I'm evaluating CLion 2018.1.2
Some of my include folders are located in NFS-mounted folder which also contains a lot (> 100K) of other include files, not related to my project
Context Indexing never finishes for me and this is a problem.
Is there a way to tell CLion not to scan all include files in the offending folder but only those needed for my project (explicitly mentioned in depend.internal)
Thanks,
Yan
Please sign in to leave a comment.
Hi! Please update CLion to 2018.1.3 - this build contains some performance fixes. Also you can try using CLion 2018.2 EAP which contains some additional performance improvements.
If you don't want the IDE to index particular folders with binaries and sources, you can right-click on the containing folder and choose "Mark Directory As | Excluded". More details: https://www.jetbrains.com/help/clion/controlling-source-library-and-exclude-directories.html.