Search code examples
iosxcodeautocompleteediting

How to increase the width of Xcode Autocomplete Suggestion Window


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


Solution

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