简体   繁体   中英

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 自动完成窗口专为 Macbook 12 量身定制

NO WAY SO FAR.

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

您现在可以使用光标拖动来调整其宽度(首先在 Xcode 11.3 中注意到,不确定早期版本)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM