shortcut to open method dropdown in xcode

后端 未结 2 735
面向向阳花
面向向阳花 2021-01-30 15:59

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?

2条回答
  •  迷失自我
    2021-01-30 16:24

    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"

提交回复
热议问题