开发者

IntelliSense-style completion-without-TAB in Xcode

开发者_如何学CIn Xcode, to complete a suggestion you need to press the TAB key. In Visual Studio, you can just type some punctuation and it will finish the suggestion.

e.g. in VS, typing f.m(); could expand to foo.method();, whereas in Xcode you'd have to type fTAB.mTAB();.

Is there any way to emulate VS's behaviour in Xcode?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜