In xcode if I type in if then hit escape it gives me an option to autocomplete to an if block macro.
I just saw that there is a list of objective c macros like this for example a is supposed to be alloc init call.
However when I type in a then hit escape it says no completions found.
What am I doing wrong here?