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?
it is not working because I tried typing a on a new line.
If I do this:
then hit escape it worked.
I will close this question after the forced delay that stack overflow puts in is over