typst_ide

Function jump_from_cursor

source
pub fn jump_from_cursor(
    document: &Document,
    source: &Source,
    cursor: usize,
) -> Vec<Position>
Expand description

Find the output location in the document for a cursor position.