Tuesday, December 27, 2016

Xcode Useful Shotcuts

Some useful shortcuts to make Xcode development more efficient.

1. Build and running
⌘ + B        Build
⇧ + ⌘ + K   Clean
⌘ + R        Run

2. Files and Windows
⌘ + F       Find text in a file 
⇧ + ⌘ + F   Find text in Project
⌘ + N       Create a new file
⌘ + T       Open a new tab
⌘ + W       Close a tab

3. Navigation
⌘ + 0        Show/Hide Navigator
⌥ + ⌘ + 0   Show/Hide Utilities

4. Editor
⌃ + I             Reindent
⎋ or ⌃ + Space   Show/Hide completion
5. Others
⌥ + Click or Force Click    Quick help for class or method name that was clicked.
⌘ + Click                   Go to the definition of the class that was clicked.

No comments:

Post a Comment