Skip to main content

describe_symbol_cross_file

Function describe_symbol_cross_file 

Source
pub fn describe_symbol_cross_file(
    src_root: &Path,
    current_uri: &Url,
    name: &str,
) -> Option<(Url, String)>
Expand description

Markdown hover content for name from any project file other than current_uri, plus the URI of the file that contributed it. Returns None if the name is not declared anywhere in the project.