Shortcut to open a resource search in PyCharm

In Eclipse, Iā€™m very used to the Command + R key, which opens a project search window that contains the name Find-As-You-Type for the file name.

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

Am I new to PyCharm and unable to find this behavior? I would be surprised if he were not here, but I do not see the key combination ...

Thanks!

+7
source share
3 answers

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

+3
source

In the macro, the key label is āŒ˜ + Shift + O

+5
source

You can also change the layout in PyCharm to a combination of preferred keys. To do this, go to Pycharm-> Preferences-> KeyMap (in the IDE settings)

0
source

All Articles