Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i look for a way to open the method popup that shows up when you click the navigation-bar in xcode.

is there a way to do this by using a shortcut?

enter image description here

share|improve this question

2 Answers

up vote 4 down vote accepted

The shortcut is ^6 (a.k.a. Control+6). To change the shortcut go to Xcode-->Preferences...->Key Bindings, and look for the View Menu list. It is called "Standard editor -> Show Document items"

share|improve this answer
thank you. thats it – choise Jun 19 '12 at 12:05
you got it..... – san Jun 19 '12 at 12:08

control+6. Pres control and 6 together. :)

share|improve this answer
wow, horrible for my fingers. do you have the name it is called in the key-bindings settings, so i could change it? – choise Jun 19 '12 at 12:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.