shortcut to open method dropdown in xcode

IosXcodeMacosKeyboard Shortcuts

Ios Problem Overview


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

Ios Solutions


Solution 1 - Ios

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"

Solution 2 - Ios

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionchoiseView Question on Stackoverflow
Solution 1 - IosThermometerView Answer on Stackoverflow
Solution 2 - IossanView Answer on Stackoverflow