我想点击向左或向右按c键移动到xcode中的上一个/下一个单词
考虑一行代码: [SQLRoutines replaceItem:sender.tag inDictionary:self.objects replaceWith:@" New Header Here" forElement:@" section header"];
你想快速移动到中间并改变一些东西。我想要一个能够跳到下一个单词的按键组合。
这在我使用的许多其他编辑器中很常见,但我似乎无法在xcode中找到它。
答案 0 :(得分:0)
答案:它位于文字标题下,默认为alt left和alt right。