pub fn locate_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
name: &str,
) -> Option<SymbolLocation>Expand description
Find a symbol’s location in a file.
pub fn locate_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
name: &str,
) -> Option<SymbolLocation>Find a symbol’s location in a file.