Ghostboard pixel

The 10 Best Xcode Shortcuts

The 10 Best Xcode Shortcuts

Keyboard shortcuts can make your life better – or at least your workflow quicker. Here’s a list of the ten best ones:

Editor

1. Shift – Command – O: File search Bildschirmfoto 2015-06-24 um 22.08.00

2. Option – Command – ArrowDown / ArrowUp: Switch beetween .h and .m counterparts

3. Shift – Command – F: General search

 

4. Ctrl – Command – J: Open definition

5. Command – /: (Un)comment current selection

 

Interface Builder

6. Option – Command – =: Update frames for selected views

7. Shift – Command – = : Update constraints for selected views

8. Shift – Ctrl – Click on view: Open selection for all views under the mouse pointer
Bildschirmfoto-2015-06-24-um-22.11.31

 

Debugger

9. F6: Step over

10. Command – Y: Toggle breakpoints