简体   繁体   English

在Xcode中自动完成

[英]Auto completion in xcode

In XCode 3.2.2 completion works whenever it chooses to. 在XCode 3.2.2中,完成可以随时进行。

One time it will, one time it won't. 一次它将,一次不会。 Is there some flag or add-on to increase the auto-completion success rate ??? 是否有一些标志或附加项来增加自动完成成功率???

Is there maybe a better code editor that can link to xcode in a good manner which has better coding capabilities then XCode ? 是否有更好的代码编辑器可以以良好的方式链接到xcode,它具有比XCode更好的编码功能?

Thanks 谢谢

I don't know. 我不知道。 Maybe it depends on the way you code but it works for me most of the time. 也许这取决于您的编码方式,但大多数时候它对我有用。 There is some case that it will not work, for example, too much complicated like [[self.a doB] doC]; 在某些情况下,它不起作用,例如,像[[self.a doB] doC];那样过于复杂[[self.a doB] doC];

Can you post me some code that it doesn't work for you? 您可以向我发布一些对您不起作用的代码吗?

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

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