|
Shortcut to Display Documentation in XCode |
|
|
Saturday, 05 November 2011 |
If you program in XCode and you need right away to quickly display the documentation window then press:
Cmd + Alt + ? (which on some keyboards is Cmd + Alt + Shift + /).
|
|
Show Line Numbers in XCode |
|
|
Saturday, 05 November 2011 |
Sometimes it is useful to see line number for every Objective C, C / C++ or Java source code when programming using XCode IDE. To activate line numbers display in XCode go to Preferences -> Text Editing -> Editing (tab) and check: Show Line Numbers.
|
|
Show Console when a Program Run in XCode |
|
|
Saturday, 05 November 2011 |
If you build a console-based application and you want to see the console when you run an aplication from XCode after building the app then go to (in XCode): Preferences -> Behaviour -> Run Completes and change Hide debugger to Show debugger with Console View.
This is for XCode 4.x.
|
|