Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 451
Shane H Avatar asked Jan 05 '12 03:01

Shane H


People also ask

How do I find shortcuts in PyCharm?

Configure keyboard shortcuts PyCharm includes several predefined keymaps and lets you customize frequently used shortcuts. To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap. PyCharm automatically suggests a predefined keymap based on your environment.

How do I use shortcuts in PyCharm?

Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.

How do I search all files in PyCharm?

Search everywhereFrom the main menu, select Navigate | Search Everywhere or press Shift twice to open the search window. By default, PyCharm displays the list of recent files.

How do you jump to a method in PyCharm?

To navigate to the super method, press Ctrl+U . To navigate to the implementation, press Ctrl+Alt+B .


2 Answers

On a mac the key shortcut is +Shift+O

like image 131
Bjorn Avatar answered Oct 19 '22 18:10

Bjorn


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

like image 43
CrazyCoder Avatar answered Oct 19 '22 18:10

CrazyCoder