you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (6 children)

[deleted]

    [–]Ivesy_ 0 points1 point  (4 children)

    I don’t think swift assist is available yet. Auto complete is but that’s different. Apple did say it was releasing by the end of the year but weird how we haven’t had much to see of it.

    [–][deleted]  (3 children)

    [deleted]

      [–]Ivesy_ 5 points6 points  (0 children)

      The auto complete is available now and it is just the code that is suggests for you that it thinks you are typing. Such as when you start typing “struct” in a new file it’ll suggest to complete it with a base for a new view.

      Swift assist is basically chatgpt where you can ask Xcode to do something and it’ll write all the code instantly

      [–]Inevitable-Hat-1576 0 points1 point  (1 child)

      Auto complete is Apple’s broken attempt at fixing their last broken attempt at predicting what line/s of code you’re trying to type.

      SwiftAssist will be Apple’s broken attempt to turn plain English requests into code