How can I make auto-complete display a list in Xcode

前端 未结 2 1489
春和景丽
春和景丽 2021-01-01 09:34

How can I use auto-complete in Xcode like I can in Visual Studio and Eclipse? Specifically in VS and Eclipse auto-complete displays a list of choices... while Xcode just di

相关标签:
2条回答
  • 2021-01-01 10:09

    Press the escape key when auto-complete makes the first suggestion. This will display the list.

    0 讨论(0)
  • 2021-01-01 10:13

    control + space also works in the latest Xcode.

    0 讨论(0)
提交回复
热议问题