Skip to main content

find_variable_at_position

Function find_variable_at_position 

Source
pub fn find_variable_at_position(
    tree: &Tree,
    code: &str,
    pos: Position,
) -> Option<VariableInfo>