I am wondering is there any shortcut or hotkey that can apply the fix-it suggestion from Xcode? (Xcode 7)
In Android Studio, we can just use ctrl+enter to apply the correction. Is there anything similar to that in Xcode?
some ref:
https://swifteducation.github.io/assets/pdfs/XcodeKeyboardShortcuts.pdf
I am aware of two shortcuts.
Ctrl + Cmd + '
- auto fix next error
Ctrl + Cmd + "
- auto fix prev error
Enjoy!