2

Okay the intellisense or code sense in objective c seems to fire only if we press some letter.

What about if I do not know the first letter of the an object method and I prefer to know ALL the methods a class support.

Any way to do that?

user4951
  • 32,206
  • 53
  • 172
  • 282

1 Answers1

5

Press the esc key. It will show you a list of all possible autocompletions.

Dave DeLong
  • 242,470
  • 58
  • 448
  • 498