Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 985
Richard Topchii Avatar asked Jan 28 '23 05:01

Richard Topchii


1 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 173
David Steppenbeck Avatar answered Feb 06 '23 08:02

David Steppenbeck