Xcode auto completion

Greetings all, Would anyone be able to assist and tell me why on my desktop Button( auto completion shows 1 choice

() (action: @escaptin () -> Void, label: @escaping () -> Label)

while on my laptop, Button( auto completion shows more choices, starting with I (_ configuration:) I (action🏷️ ) etc....

How do I get my desktop to act like my laptop?

I have the same issue in Xcode 16.1. You can bring up either depending on whether ( is typed at the time of auto-completion.

For example, if I just type Button and wait for auto-completion, I get the choices you mentioned.

If I type Button(, then auto-completion only shows the initializer with escaping closures (i.e., (action: @escaptin () -> Void, label: @escaping () -> Label).

Let me know if there's anything unclear.

Xcode auto completion
 
 
Q