Monday 14 March 2011

Xcode shortcuts

Comment Code -
-------------------------
Alt + /      or    Command + /

Switch Between .h & .m
-------------------------------
Command+Windows+Up-Arrow   or   Command+Option+Up-Arrow

Short API Documentation -
----------------------------------
Windows+Double-click or Command+Double-click

BookMark -
--------------
Alt+D or Control+D 

Go TO Bookmark -
------------------------
Alt+4 or Control+4

Zoom Editor-
----------------
Alt+Shift+E or Command+Shift+E

Indentation of Code -
---------------------------
Alt+] (Right) or Command+]
Alt+[ (Left)   or Command+[

Key bindings in Xcode -
-------------------------------
From the Xcode menu choose Preferences
Go to Tab Key Bindings
Check key Bindings Sets:"Xcode Default"
Create a Duplicate of all the default setting by clicking Duplicate button in case you have to revert it.
Click on  Actions in the list you want to change.

Enter the new key combination you want.
Click Ok to save your changes
Open Console -
-------------------
Alt+Shift+R or Command+Shift+R

Open Debugger-
-------------------
Alt+Shift+Y or Command+Shift+Y

Build Results -
-------------------
Alt+Shift+B


Jump to a Line -
----------------------
Alt + L



No comments:

Post a Comment