例如,我想将光标移动到 x 之前但 x 之前的空格之后(就像 JetBrains IDE 的默认行为)。当我在 macOS 中使用 Ctrl+a 时,它会移动到第一个空格的左侧。
fn main() { // TODO: Add the missing keyword. x = 5; println!("x has the value {x}"); }