Text

Xcode 4: How to bring back documentation table of contents!

This snippet finds a boolean flag that is set telling the documentation to hide stuff in Xcode 4 only and replaces it to make the documentation think it’s running in Xcode 3.

It does have a caveat the documentation loads a bit wonky and refreshing whenever you click anything unlike Xcode 3 did. I still find it saves me loads of time.

-Robert

Tags: Xcode
Text

Xcode 4: How to add a delay to auto completion

Xcode 4 brings amazing auto completion at your fingertips with the new source editors. For some weird reason, however, they removed the option to delay when it shows up. I tend to type extremely fast at times and having the auto complete constantly trying to suggest stuff can get in the way.

Want to turn it back on? Just run the command below in terminal: Change the delay to you’re liking I find 0.1 to be the perfect balance.

-Robert

Tags: Xcode