Post

Replies

Boosts

Views

Activity

Reverting Xcode 12 autocomplete to Xcode 11 style
Is there a way to revert the Xcode autocomplete style to the Xcode 11 one? In Xcode 12, when typing, for example: UIFont( The autocomplete shows: () (descriptor:size:) (name:size:) Previously, it would show: () -> UIFont (descriptor: UIFontDescriptor, size pointSize: CGFloat) -> UIFont (name fontName: String, size fontSize: CGFloat) -> UIFont? Its really inconvenient not being able to see the input type of all of them. It only shows you the full thing for the highlighted one below the table. Is there a way to show them again?
1
0
765
Aug ’20