pub fn jump_to_prev_token(
text: &str,
cursor_position: usize,
) -> CursorMovementResult
Expand description
Jump to previous SQL token (more sophisticated than word)
pub fn jump_to_prev_token(
text: &str,
cursor_position: usize,
) -> CursorMovementResult
Jump to previous SQL token (more sophisticated than word)