Hi all
In Xcode 3, the program featured a great autocomplete, which can complete a layout for a for/if/while loop function quickly, just by typing "fo", "if", or "whi"
e.g. Writing if, xcode will autocomplete the following
Now that I've upgraded to Xcode 4, the autocomplete does not complete it for me anymore. As a student that writes a lot of these, it's frustrating to see this feature missing.
Any idea how to enable it? or is it really gone? (boo)
Thanks
In Xcode 3, the program featured a great autocomplete, which can complete a layout for a for/if/while loop function quickly, just by typing "fo", "if", or "whi"
e.g. Writing if, xcode will autocomplete the following
Code:
if (expression) {
(statement)
}
Now that I've upgraded to Xcode 4, the autocomplete does not complete it for me anymore. As a student that writes a lot of these, it's frustrating to see this feature missing.
Any idea how to enable it? or is it really gone? (boo)
Thanks