Zet - What keyboard shortcuts are useful for running tests in xcode?
What keyboard shortcuts are useful for running tests in xcode?
You can choose a scheme using ^⌘[ and ^⌘]
Open quickly ⌘⇧O is similar to vscodes file search
You can choose a run destination using ^⌥⌘[ and ^⌥⌘]
You can run it using ⌘R
You can stop it using ⌘.
Switch to the file explorer with ⌘1
Focus the editor with ⌘J
Code
See code actions including quickhelp hover with ⌘⇧A
See Config as code with ⌘⌥⇧↩️ (view only)
#xcode