Hi.
I found that we can get all symbols in a single view with:
view.indexed_symbols() or view.symbols()
and we can also look up symbols by function:
window.lookup_symbol_in_index(sym).
My question is:
Is that a way we get all files’ symbols from a window or a project whose files are not opened?