2

I don't know the word for that. But there was a keyboard shortcut when you had the cursor on a method or variable, it showed an info box with all available variables/methods for that variable.

Binarian
  • 12,296
  • 8
  • 53
  • 84
Thanks
  • 40,109
  • 71
  • 208
  • 322

2 Answers2

3

Press ESC.

By the way, this question has a lot of other Xcode tips you may find useful.

Community
  • 1
  • 1
Sean
  • 2,453
  • 6
  • 41
  • 53
  • Who voted this down? Pressing esc will give you a list of completions for what you're currently typing. – Dave Mar 27 '09 at 05:47
2

I think the OP is talking about the Research Assistant, which you can choose from the Help menu or invoke with Control-Command-? (Control-Command-Shift-/)

cdespinosa
  • 20,661
  • 6
  • 33
  • 39