The new Xcode 16 AI autocomplete tech is actually really slick when it has contextual awareness.
I'm converting a file from Go into Swift, and I have the Go language code commented out.
As I type the Swift types (e.g. struct MyStruct) it's actively autocompleting types that match Go definitions that are commented out but with the correct Swift types.
This example just has naive Int types, but the one I actually have has enums that are mapping really nicely


