Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

shortcut to open method dropdown in xcode

I am looking 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

like image 963
choise Avatar asked Jun 19 '12 11:06

choise


People also ask

How do I switch between tabs in xcode?

CTRL + TAB - Select Next Tab. CTRL + SHIFT + TAB - Select Previous Tab.

How do I go to definition in Xcode?

Jump to definition directly To directly jump to a definition, you can combine ^ ctrl + ⌘ command + click .


2 Answers

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"

like image 113
Thermometer Avatar answered Sep 19 '22 13:09

Thermometer


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

like image 24
san Avatar answered Sep 18 '22 13:09

san