【问题标题】:changing xcode behavior (move to next word)改变 xcode 行为(移动到下一个单词)
【发布时间】:2026-01-09 16:05:01
【问题描述】:

我想按 ctrl left 或 ctrl right 移动到 xcode 中的最后一个/下一个单词

考虑一行代码: [SQLRoutines replaceItem:sender.tag inDictionary:self.objects replaceWith:@"New Header Here" forElement:@"section header"];

你想快速移动到中间并改变一些东西。我想要一个可以跳到下一个单词的按键组合。

这在我用过的许多其他编辑器中很常见,但我似乎在 xcode 中找不到。

【问题讨论】:

    标签: xcode settings behavior


    【解决方案1】:

    答案:在文本标题下,默认为alt left和alt right。

    【讨论】:

      最近更新 更多