How do I get intellisense to pop up?
Posted
by TheLearner
on Stack Overflow
See other posts from Stack Overflow
or by TheLearner
Published on 2010-06-02T10:10:31Z
Indexed on
2010/06/02
10:13 UTC
Read the original article
Hit count: 156
objective-c
|xcode
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 finish 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.
© Stack Overflow or respective owner