开发者

How do I get intellisense to pop up?

开发者 https://www.devze.com 2023-01-02 12:42 出处:网络
How do I get intellisense to pop up while I am coding? I know it pops up when I start typing a known type, e.g.,

How do I get intellisense to pop up while I am coding?

I know it pops up when I start typing a known type, e.g., if I type NSS it will fi开发者_JS百科nish it for me NSString. How do I get it to give me a bunch of options like in Visual Studio, e.g., if I type NS I want to see what my options are like NSString, NSInteger, etc?

And if I have not typed anything, I still want a bunch of options like all the instance variables, etc.


Press the escape key.


Besides the escape key, you might want to look at the Xcode preferences, there is a "Code Sense" tab with some configuration options.

0

精彩评论

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

关注公众号