pub fn jump_from_cursor(
document: &TypstDocument,
source: &Source,
cursor: usize,
) -> Vec<Position>
Expand description
Finds the output location in the document for a cursor position.
pub fn jump_from_cursor(
document: &TypstDocument,
source: &Source,
cursor: usize,
) -> Vec<Position>
Finds the output location in the document for a cursor position.