Find Files by File Name or Content in PyCharm – PyCharm Tutorial

By | January 25, 2022

It is easy to find files based on file name or content in pycharm, in this tutorial, we will introduce you how to do.

Find python files (.py) by file name

We can use Ctrl+N to find python files by file name.

For example:

Find python files (.py) by file name in pycharm

Find any kinds of files by file name

We can use Ctrl+Shift+N to implement it.

For example:

find any files by file name in pycharm

Find files by its content

It is very useful to find files by content in it. For example, we want to find files that contain string Bert, we can do like this:

Step 1: press Ctrl+Shift+F

Step 2: input Bert

Then we can find these files:

find files by its content in pycharm

Leave a Reply