
从图上看,索引就是建立 symbol,这样才能够使用 finding usages, navigation, code completion, code generation, and refactorings. 这些特性
减少索引时间
排除文件或目录,即不必要的文件别扫描了,例如: logs, binaries, or imported libraries.
排除文件
右键文件→ override file type → plain text 即可


排除目录
右键目录:

另外这会导致在使用 Find in Files 的功能时也排除搜索此目录
排除库目录
右键库目录:

这不会导致Find in Files功能跳过搜索这个目录