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

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