Skip to main content

workspace_symbols

Function workspace_symbols 

Source
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.