This seems like a no-brainer: you’re working on a large project with hundreds of symbol in its symbol index, you spend a lot of time typing those symbols, and of course because its a large project it is rare for a symbol to live in the same file you wish to use it. Yet autocomplete completely ignores the symbol index!
The suggestion is that this be a configurable option. An alternative is to leave this up to plugin writers, by giving access to the symbol index through an API, currently you can only retrieve the symbols in a specific open view (even though the symbol index includes all files, open or not, which is exactly what we need).