Shane H
Shane H

Reputation: 3293

Shortcut to open resource search in PyCharm

In Eclipse I'm very used to the Command+R key that opens up a project search box that does a Find-As-You-Type on a file name.

So to jump from one file in a project to any other file, it's as simple as: 1. Command+R 2. Type the first few letters of the name 3. Return

I'm new to PyCharm and having trouble finding this behavior? I'd be surprised if it's not here somewhere, but I'm not seeing the keyboard shortcut...

Thanks!

Upvotes: 7

Views: 1515

Answers (3)

Bjorn
Bjorn

Reputation: 71950

On a mac the key shortcut is +Shift+O

Upvotes: 5

Michael
Michael

Reputation: 3739

You can also edit the keymap in PyCharm to your preferred keys combination. To do this, Go to Pycharm->Preferences->KeyMap (under IDE Settings)

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 402493

Navigate | File... (Ctrl+Shift+N).

Upvotes: 3

Related Questions