Reputation: 1078
Often I want to quickly switch my focus back-and-forth between different methods in my code.
Is there is a keyboard shortcut to do so?
Is there anything I can do to more quickly get-to/switch-between pragma marks?
Upvotes: 8
Views: 1445
Reputation: 9042
Ctrl + 6
this gives focus to the Document Items list. You can then type the method name partially (it even smartly handles typos), then press down and enter, you can also type pragma marks
here.
Cmd + Shift + O
for a global quick open of methods and files.
Upvotes: 18