How to increase the width of Xcode Autocomplete Suggestion Window

柔情痞子 提交于 2021-02-16 17:59:07

问题


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


回答1:


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




回答2:


NO WAY SO FAR.

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



来源:https://stackoverflow.com/questions/50016560/how-to-increase-the-width-of-xcode-autocomplete-suggestion-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!