我想知道是否有任何快捷方式或热键可以应用Xcode的修复建议?(Xcode 7)
在Android Studio中,我们可以使用ctrl + enter来应用校正.Xcode中有类似的东西吗?
一些参考:https:
//swifteducation.github.io/assets/pdfs/XcodeKeyboardShortcuts.pdf
我知道两个捷径.
Ctrl + Cmd + '
- 自动修复下一个错误
Ctrl + Cmd + "
- 自动修复prev错误
请享用!
在Xcode 8中,现在看来是
???F
或
Ctrl + Alt + Cmd + F
如果你想改变它,去Xcode
> Preference
> Key Bindings
和搜索Fix all in scope
.
control - option - command - f
?
?
?
f
以下是XCode 8的默认键绑定