pub fn get_cursor_token_position(
ctx: &TextNavigationContext<'_>,
) -> (usize, usize)
Expand description
Get the cursor token position in the query text Returns (start, end) positions of the token at cursor
pub fn get_cursor_token_position(
ctx: &TextNavigationContext<'_>,
) -> (usize, usize)
Get the cursor token position in the query text Returns (start, end) positions of the token at cursor