Xcode 10 Struct Initializer autoComplete not showing Xcode 10 Struct Initializer autoComplete not showing xcode xcode

Xcode 10 Struct Initializer autoComplete not showing


There has been a bug in Xcode for a while where autocompletion for structs would be finicky. Classes have never had this issue, but I was able to fix the autocompletion by typing .init after the struct name, triggering the autocompletion, and then deleting the .init after. Hope this helps