pub(super) fn workspace_symbols(
query: &str,
project_cache: &ProjectCache,
root: &Path,
) -> Vec<SymbolInformation>Expand description
Search project objects by name.
Returns a SymbolInformation for each matching object. External
dependencies are excluded.