Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有类似的东西
aBigLongVariableThatIWantToChangeASpecificWordIn
有没有一个键命令可以让我从一个单词跳到另一个单词,这样我就可以快速进入并替换一个特定的单词?
在 Xcode 中,Control+Left/Right 将在单个变量名中的大写字母之间跳转。Control+Shift+Left/Right 将选择下一个大写字母。
Option+Left/Right 在完整的单词之间跳转。
在 xcode 中,单击 Apple CMD + F ... 然后单击替换 .. 输入您拥有的任何函数并将所有函数替换为新函数名称