Articles Tagged 'AutoComplete'

XCode Objective-C: Useful keyboard shortcuts

XCode is a very powerful development environment and reserves some surprises. It allows a function similar to "snippets" of the famous editor TextMate . In practice it is possible to insert blocks of code using the sequence ESC + a combination of one or more sequences of characters. e otterrete: For example, if you want to insert a block if try pressing ESC+if and you'll get:

Immagine 3

. As shown in the figure, a menu appears (the same auto-completion) where you can choose between a simple block if or if/else . Clicking "send" you get:

Immagine 4

Here are two links for the complete list of keyboard shortcuts:

Continued ...

Xcode shortcut

Xcode is a really good development environment, nice and full of details that make writing efficient code and pleasant. Among these is the ease of auto-complete when typing, especially when writing applications for Apple iPhone, where the frameworks are many and remember syntax and nomenclature company by a few.

Continued ...


Stop SOPA