Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to increase the width of the autocomplete box in Xcode? [duplicate]

Is there any way to increase Autocomplete window width, so that it would be possible to actually use it?

Currently, there is no way to distinguish between the long method names in UIKit, such as this one:

optional func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat

Xcode Autocomplete Window is tailored to Macbook 12

like image 622
Richard Topchii Avatar asked Apr 25 '18 07:04

Richard Topchii


2 Answers

You can now drag with the cursor to resize its width (first noticed in Xcode 11.3, not sure about earlier versions).

like image 139
David Steppenbeck Avatar answered Nov 03 '22 12:11

David Steppenbeck


NO WAY SO FAR.

There is no way to customize the width of auto completion suggestion window.

like image 23
Chatar Veer Suthar Avatar answered Nov 03 '22 12:11

Chatar Veer Suthar