How to see selected method's full name on Xcode completion popup

Viewed 40

I'm trying to implement a delegate method in Xcode, and I see many methods looking very similar as their names/signatures are truncated:

enter image description here

For example, there's no way to distinguish which method is selected and which method is the one right below the selected one, and this is just one example. I have the same problem whenever there's a delegate involved with long method names and I'm trying to implement one of its methods. The popup is meant to be useful and in cases like this, it's extremely counter-intuitive.

Is there any way to display/distinguish the full method names?

0 Answers
Related