Xcode: Where is the return value in the Code Completion popup?

When the Code Completion popup used to appear it would show the return value of the code to the left kind of greyed out. In Xcode 12.2 it's gone. Where is it?
Answered by Claude31 in 648948022
Do you mean the type of the value proposed for completion ?

It's gone already in 12.1.
In fact you get this info at the bottom of the popup when you preselect a line in the popup.

That was probably done to make this popup easier to read.
Accepted Answer
Do you mean the type of the value proposed for completion ?

It's gone already in 12.1.
In fact you get this info at the bottom of the popup when you preselect a line in the popup.

That was probably done to make this popup easier to read.
Xcode: Where is the return value in the Code Completion popup?
 
 
Q