简体   繁体   English

如何增加Xcode自动完成建议窗口的宽度

[英]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:目前,没有办法区分UIKit的长方法名,比如这个:

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 中注意到,不确定早期版本)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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