XCode Tips
This post contains constantly updated list of my favorite XCode/GDB/etc tips.
XCode HotKeys:
- Switch to header/source file : Opt + Cmd + Up
- Show Console : Shift + Cmd + R
- Move to the next argument in Code Completion : Control + / or just Tab (works the latest XCode)
- Jump to definition: Cmd + Double Click
- Code Completion: Esc
- Open Quickly – fast search of symbols; great time-saver: Shift + Cmd + D
Cool shortcut’s list for XCode
GDB Tips:
- po – prints object description e.g. po self
- t a a bt – all threads’ descriptions
You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
![[Facebook]](http://ivira.name/blog/wp-content/plugins/bookmarkify/facebook.png)
![[Twitter]](http://ivira.name/blog/wp-content/plugins/bookmarkify/twitter.png)
![[Email]](http://ivira.name/blog/wp-content/plugins/bookmarkify/email.png)