@diegoramos27 As far as I know I didn't change any settings in Xcode. If you save the file while working on it (command-S for fast saving), Xcode will autofill stuff like that though. If you watch the video closely, you'll notice that's what happened, I saved it right after typing the name array.
Hey man how did you set Xcode for it to recognize when you have written something before, I mean that when you were writting struct Person *next the editor already knew you had written it at the top, so you could just tab for the editor to auto write it, thanks a lot.
@unifiedreality I'll be happy when I finally get back to finish these things up, only a few more days.
AppleProgramming 1 year ago
I found LinkedLists a difficult one to get used to, but when you build one and see it running, its very gratifying.
unifiedreality 1 year ago
@diegoramos27 As far as I know I didn't change any settings in Xcode. If you save the file while working on it (command-S for fast saving), Xcode will autofill stuff like that though. If you watch the video closely, you'll notice that's what happened, I saved it right after typing the name array.
AppleProgramming 1 year ago
Hey man how did you set Xcode for it to recognize when you have written something before, I mean that when you were writting struct Person *next the editor already knew you had written it at the top, so you could just tab for the editor to auto write it, thanks a lot.
diegoramos27 1 year ago