Xcode 12 autocomplete is broken

Viewed 278

I want to enter "append". What I expected is that when I enter "app", autocomplete should prompt a list, but autocomplete doesn't show any functions of Array. I even tried to press ESC to show autocompletes manually. I got no luck.

struct MyPackage {
    var xs = [Int]()
    xs.append(
}

enter image description here

0 Answers
Related