我怎样才能使自动完成显示在X code进行列表 [英] How can I make auto-complete display a list in Xcode

查看:141
本文介绍了我怎样才能使自动完成显示在X code进行列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能像我一样在Visual Studio和Eclipse中使用自动完成在X code吗?特别是在VS和Eclipse自动完成显示器的选择列表...能够在X code只是显示一个单一的选择。

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 displays a single choice.

例如,X code可能会建议MYVARIABLE当我键入MYV。这很好,但如果我在我的函数的范围以下对象:myInt1和myInt2? X $ C $ç会提示myInt1当我输入MYI,但我想有一个列表。或者,这将是巨大的,比方说,通过像在一些炮弹的各种可能性选项卡。所以,键入MYI会得到建议myInt1,然后pressing选项卡会改变的建议,myInt2。

For example Xcode might suggest "myVariable" when I type in "myV". That's fine but what if I have the following objects in the scope of my function: "myInt1" and "myInt2"? Xcode will suggest "myInt1" when I type "myI" but I'd like to have a list. Or it would be great to, say, tab through the various possibilities like in some shells. So typing "myI" would get the suggestions "myInt1" and then pressing tab would change the suggestion to "myInt2".

干杯!

推荐答案

preSS时自动完成,使第一个建议退出键。这将显示该列表。

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

这篇关于我怎样才能使自动完成显示在X code进行列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆